From a117697bc3eeae3e6331c331931f0b5090952e87 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 5 Dec 2013 11:11:04 -0500 Subject: Also create the social_auth tables in the beginning. --- doc/database.rst | 1 + 1 file changed, 1 insertion(+) 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:: -- cgit