mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Some initial hammering of the python API client layer into shape.
This commit is contained in:
@@ -13,7 +13,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 = True
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
ADMINS = (
|
||||
|
||||
Reference in New Issue
Block a user