summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2016-03-13 22:38:05 +0000
committerStephen Finucane <stephen.finucane@intel.com>2016-03-13 22:38:05 +0000
commitaf4d348ede2698198ba34af466e136860570505b (patch)
tree46c4e9facaa99437506efb9d12fb6de4742b785b /docs
parent9fd1616cf63a814c59f6fac18985b2afd5c5dd93 (diff)
downloadpatchwork-af4d348ede2698198ba34af466e136860570505b.tar
patchwork-af4d348ede2698198ba34af466e136860570505b.tar.gz
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 <stephen.finucane@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/development.md4
1 files changed, 1 insertions, 3 deletions
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: