remove the network UI

This commit is contained in:
Ryan Petrello
2018-07-24 17:40:45 -04:00
parent 681d64c96f
commit 6f5259d017
208 changed files with 16 additions and 14091 deletions

View File

@@ -289,8 +289,7 @@ INSTALLED_APPS = (
'awx.api',
'awx.ui',
'awx.sso',
'solo',
'awx.network_ui'
'solo'
)
INTERNAL_IPS = ('127.0.0.1',)