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

@@ -15,7 +15,6 @@ urlpatterns = [
url(r'^api/', include('awx.api.urls', namespace='api')),
url(r'^sso/', include('awx.sso.urls', namespace='sso')),
url(r'^sso/', include('social_django.urls', namespace='social')),
url(r'^network_ui/', include('awx.network_ui.urls', namespace='network_uiui', app_name='network_ui')),
url(r'^(?:api/)?400.html$', handle_400),
url(r'^(?:api/)?403.html$', handle_403),
url(r'^(?:api/)?404.html$', handle_404),