summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-12-05 08:14:21 -0800
committerAurélien Bompard <aurelien@bompard.org>2013-12-05 08:14:21 -0800
commitc2879639e64e0407ca4d7b2a544b3a9a307ea6c3 (patch)
treed6bf32cfbb843c7fe74b6ab9f64fbef7c2ff375d
parentb3ffd97a0b433647a53ecd7a5cc63f7bdc1e1ee2 (diff)
parenta117697bc3eeae3e6331c331931f0b5090952e87 (diff)
downloadhyperkitty-c2879639e64e0407ca4d7b2a544b3a9a307ea6c3.tar.gz
hyperkitty-c2879639e64e0407ca4d7b2a544b3a9a307ea6c3.tar.xz
hyperkitty-c2879639e64e0407ca4d7b2a544b3a9a307ea6c3.zip
Merge pull request #13 from ralphbean/master
Also create the social_auth tables in the beginning.
-rw-r--r--doc/database.rst1
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::