summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2013-12-05 11:11:04 -0500
committerRalph Bean <rbean@redhat.com>2013-12-05 11:11:04 -0500
commita117697bc3eeae3e6331c331931f0b5090952e87 (patch)
treed6bf32cfbb843c7fe74b6ab9f64fbef7c2ff375d
parentb3ffd97a0b433647a53ecd7a5cc63f7bdc1e1ee2 (diff)
downloadhyperkitty-a117697bc3eeae3e6331c331931f0b5090952e87.tar.gz
hyperkitty-a117697bc3eeae3e6331c331931f0b5090952e87.tar.xz
hyperkitty-a117697bc3eeae3e6331c331931f0b5090952e87.zip
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::