mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Major rename of package from lib to ansibleworks.
This commit is contained in:
9
ansibleworks/ui/urls.py
Normal file
9
ansibleworks/ui/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2013 AnsibleWorks, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
from django.conf import settings
|
||||
from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns('ansibleworks.ui.views',
|
||||
url(r'^$', 'index', name='index'),
|
||||
)
|
||||
Reference in New Issue
Block a user