diff options
author | Ralph Bean <rbean@redhat.com> | 2013-12-05 11:11:04 -0500 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2013-12-05 11:11:04 -0500 |
commit | a117697bc3eeae3e6331c331931f0b5090952e87 (patch) | |
tree | d6bf32cfbb843c7fe74b6ab9f64fbef7c2ff375d | |
parent | b3ffd97a0b433647a53ecd7a5cc63f7bdc1e1ee2 (diff) | |
download | hyperkitty-a117697bc3eeae3e6331c331931f0b5090952e87.tar.gz hyperkitty-a117697bc3eeae3e6331c331931f0b5090952e87.tar.xz hyperkitty-a117697bc3eeae3e6331c331931f0b5090952e87.zip |
Also create the social_auth tables in the beginning.
-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:: |