mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Added sample angularjs page to be served by Django, updated admin styles.
This commit is contained in:
@@ -2,9 +2,8 @@ from django.conf import settings
|
||||
from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns('',
|
||||
# Example:
|
||||
# (r'^foo/', include('lib.foo.urls')),
|
||||
(r'^api/', include('lib.api.urls')),
|
||||
url(r'', include('lib.web.urls')),
|
||||
url(r'^api/', include('lib.api.urls')),
|
||||
)
|
||||
|
||||
if 'django.contrib.admin' in settings.INSTALLED_APPS:
|
||||
|
||||
Reference in New Issue
Block a user