diff options
Diffstat (limited to 'docs/en')
-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!):: |