Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be> --- README | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/README b/README index 6319439..6509729 100644 --- a/README +++ b/README @@ -56,11 +56,7 @@ packages, you will probably want the following: 6. Load the fixtures to prepopulate some data. - (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 - (archweb-env) $ ./manage.py loaddata releng/fixtures/* + (archweb-env) $ ./manage.py loaddata */fixtures/*.json 7. Use the following commands to start a service instance -- 1.7.4.4