diff options
-rw-r--r-- | doc/database.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/database.rst b/doc/database.rst index e022536..798ab1f 100644 --- a/doc/database.rst +++ b/doc/database.rst @@ -12,6 +12,7 @@ created using the following command:: python hyperkitty_standalone/manage.py syncdb python hyperkitty_standalone/manage.py migrate hyperkitty + python hyperkitty_standalone/manage.py migrate social_auth KittyStore's database is configured using an URI. The syntax is as follows:: |