mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 14:39:26 -02:30
Support South migrations and Django management commands in .pyc files.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user