summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-11 16:06:25 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-11 16:06:25 +0200
commit510c337117a77591400d7ee1d8d20ffd3ca2f731 (patch)
tree6b9cac799a13c13b54905e29542fa11c342727ae /doc
parent5b18d42d67afc08f469ec216b1d55adeb19feda8 (diff)
downloadhyperkitty-510c337117a77591400d7ee1d8d20ffd3ca2f731.tar.gz
hyperkitty-510c337117a77591400d7ee1d8d20ffd3ca2f731.tar.xz
hyperkitty-510c337117a77591400d7ee1d8d20ffd3ca2f731.zip
Manage thread categories in the database
Diffstat (limited to 'doc')
-rw-r--r--doc/install.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/install.rst b/doc/install.rst
index aadcf5d..d7c35a0 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -106,6 +106,17 @@ to make sure the emails are correctly archived. You should not see "``Broken
archiver: hyperkitty``" messages.
+Initial setup
+=============
+
+After installing HyperKitty for the first time, you can populate the database
+with some data that may be useful, for example a set of thread categories to
+assign to your mailing-list threads. This can be done by running the following
+command::
+
+ python hyperkitty_standalone/manage.py loaddata first_start
+
+
Upgrading
=========