From af4d348ede2698198ba34af466e136860570505b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 13 Mar 2016 22:38:05 +0000 Subject: docs: Refer to fixtures by name, not path It's not necessary to use paths for fixtures, so update the docs and Vagrant install scripts to remove these. Signed-off-by: Stephen Finucane --- docs/development.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/development.md b/docs/development.md index d69f42f..d48d048 100644 --- a/docs/development.md +++ b/docs/development.md @@ -183,9 +183,7 @@ fixtures provide. These can be loaded using the `loaddata` command: - (.venv)$ ./manage.py loaddata patchwork/fixtures/default_tags.xml - (.venv)$ ./manage.py loaddata patchwork/fixtures/default_states.xml - (.venv)$ ./manage.py loaddata patchwork/fixtures/default_projects.xml + (.venv)$ ./manage.py loaddata default_tags default_states default_projects You should also take the opportunity to create a "superuser". You can do this using the aptly-named `createsuperuser` command: -- cgit v1.2.3