mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Set DEBUG back to True
This commit is contained in:
@@ -14,7 +14,7 @@ for setting in dir(global_settings):
|
||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
||||
|
||||
DEBUG = False
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
ADMINS = (
|
||||
|
||||
Reference in New Issue
Block a user