Support South migrations and Django management commands in .pyc files.

This commit is contained in:
Chris Church
2013-06-25 11:35:40 -04:00
parent 7943134168
commit d9fb5d17a5
2 changed files with 23 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ TEMPLATE_DEBUG = DEBUG
# Clear database settings to force production environment to define them.
DATABASES = {}
# Enable South to look for migrations in .pyc files.
SOUTH_USE_PYC = True
# Clear the secret key to force production environment to define it.
SECRET_KEY = None