summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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: