mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03:30
Moved UI into its own Django app.
This commit is contained in:
6
lib/ui/urls.py
Normal file
6
lib/ui/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf import settings
|
||||
from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns('lib.ui.views',
|
||||
url(r'^$', 'index', name='index'),
|
||||
)
|
||||
Reference in New Issue
Block a user