mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Moved UI into its own Django app.
This commit is contained in:
@@ -150,6 +150,7 @@ INSTALLED_APPS = (
|
||||
'djcelery',
|
||||
'kombu.transport.django',
|
||||
'lib.main',
|
||||
'lib.ui',
|
||||
)
|
||||
|
||||
INTERNAL_IPS = ('127.0.0.1',)
|
||||
|
||||
Reference in New Issue
Block a user