mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
Update Django to 1.8 and DRF to 3.3, add new Django migrations, update serializers/pagination/metadata, update browsable API styling.
This commit is contained in:
@@ -21,9 +21,6 @@ SQL_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