diff options
author | Dan McGee <dan@archlinux.org> | 2011-02-27 11:59:34 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-27 12:00:04 -0600 |
commit | b86b71f97d2c53e7f74ab5b048e5603b495601ad (patch) | |
tree | 1112e9b2c265664badde94bef44391252fdccb63 /README | |
parent | 7cdf2b698173add6707fb943f939a5ff9a2eab25 (diff) |
Add a default initial groups fixture
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ packages, you will probably want the following: (archweb-env) $ ./manage.py loaddata main/fixtures/arches.json (archweb-env) $ ./manage.py loaddata main/fixtures/repos.json + (archweb-env) $ ./manage.py loaddata main/fixtures/groups.json (archweb-env) $ ./manage.py loaddata mirrors/fixtures/mirrorprotocols.json 7. Use the following commands to start a service instance |