From 94c23b986d3986667351971487761d59f9c50438 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 7 Oct 2012 20:09:26 +0200 Subject: Move default data to another JSON file. --- docs/install.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 *********************** -- cgit v1.2.3