diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-07 20:09:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-07 20:09:26 +0200 |
commit | 94c23b986d3986667351971487761d59f9c50438 (patch) | |
tree | 3c63223e9df46af086649435a39b328d90763f86 /docs | |
parent | 1d216cca64eaaf222a8dbceca5eda361634baec7 (diff) | |
download | Chimère-94c23b986d3986667351971487761d59f9c50438.tar.bz2 Chimère-94c23b986d3986667351971487761d59f9c50438.zip |
Move default data to another JSON file.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 5 |
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 *********************** |