From fbbf1285969298c4f48bbdafe92aa87edd92b8d2 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 23 Apr 2013 10:40:14 +0200 Subject: Add a missing command to the doc --- doc/database.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/database.rst b/doc/database.rst index c09f132..433335c 100644 --- a/doc/database.rst +++ b/doc/database.rst @@ -7,6 +7,7 @@ access URLs in ``hyperkitty_standalone/settings.py`` (or created using the following command:: python hyperkitty_standalone/manage.py syncdb + python hyperkitty_standalone/manage.py migrate hyperkitty KittyStore's database will be created automatically on first access. -- cgit