mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Added sample angularjs page to be served by Django, updated admin styles.
This commit is contained in:
6
lib/web/urls.py
Normal file
6
lib/web/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf.urls import patterns, url
|
||||
from lib.web.views import IndexView
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url(r'^$', IndexView.as_view(), name='index'),
|
||||
)
|
||||
Reference in New Issue
Block a user