From 510c337117a77591400d7ee1d8d20ffd3ca2f731 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Jul 2013 16:06:25 +0200 Subject: Manage thread categories in the database --- doc/install.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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 ========= -- cgit