summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst
index a6d3558..c8b91b3 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -242,6 +242,11 @@ to create tables managed with south::
The database is set, congratulations!
+If you want to populate your installation with default data (don't do this on
+an already populated instance!)::
+
+ ./manage.py loaddata ../chimere/fixtures/default_data.json
+
Webserver configuration
***********************