diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-01-24 22:33:54 +0000 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-01-24 22:33:54 +0000 |
commit | 80f9f6f67531314f870cb4ad034918f99cd2f1de (patch) | |
tree | fd71e9f31b7cd3ea30d6dadf2d2230c64cba4677 /docs/en/install.rst | |
parent | 799048b21b465eb097c03b4936e0077cf9148466 (diff) | |
download | Chimère-80f9f6f67531314f870cb4ad034918f99cd2f1de.tar.bz2 Chimère-80f9f6f67531314f870cb4ad034918f99cd2f1de.zip |
Fix database initialisation for upgrade.
Diffstat (limited to 'docs/en/install.rst')
-rw-r--r-- | docs/en/install.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/en/install.rst b/docs/en/install.rst index ea27efc..3c2f54b 100644 --- a/docs/en/install.rst +++ b/docs/en/install.rst @@ -244,6 +244,10 @@ to create tables managed with Django-South:: The database is set, congratulations! +You can load the default group permissions (it is at least a good start):: + + ./manage.py loaddata ../chimere/fixtures/auth_group.json + If you want to populate your installation with default data (don't do this on an already populated instance!):: |