mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Add default SYSTEM_UUID for development.
This commit is contained in:
parent
20bb2ed71c
commit
253a6cffd4
@ -45,6 +45,9 @@ if 'django_jenkins' in INSTALLED_APPS:
|
||||
JSHINT_CHECKED_FILES = [os.path.join(BASE_DIR, 'ui/static/js'),
|
||||
os.path.join(BASE_DIR, 'ui/static/lib/ansible'),]
|
||||
|
||||
# Configure a default UUID for development only.
|
||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||
|
||||
# If there is an `/etc/tower/settings.py`, include it.
|
||||
# If there is a `/etc/tower/conf.d/*.py`, include them.
|
||||
include(optional('/etc/tower/settings.py'), scope=locals())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user