From 133201b416cb3bf5777d92f12827796eade471fa Mon Sep 17 00:00:00 2001 From: John G Date: Thu, 31 Oct 2013 08:22:19 -0400 Subject: [PATCH] Update comment about creating tables for email confirmation. (#562) --- gobotany/settings.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gobotany/settings.py b/gobotany/settings.py index cc826d499..c956f1694 100644 --- a/gobotany/settings.py +++ b/gobotany/settings.py @@ -129,7 +129,10 @@ 'tinymce', 'facebook_connect', 'registration', - #'emailconfirmation', # uncomment to create tables with syncdb + #'emailconfirmation', # Temporarily uncomment to create this app's + # tables using syncdb. Otherwise, keep commented + # out to avoid a NoMigrations error when + # applying South migrations. 'south', 'captcha', ]