mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Set DEBUG back to True
This commit is contained in:
parent
9e9e41db35
commit
49ca140e30
@ -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 = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user