mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Tastypie URLs go here
This commit is contained in:
@@ -4,6 +4,7 @@ from django.conf.urls import *
|
||||
urlpatterns = patterns('',
|
||||
# Example:
|
||||
# (r'^foo/', include('lib.foo.urls')),
|
||||
(r'^api/', include('lib.api.urls')),
|
||||
)
|
||||
|
||||
if 'django.contrib.admin' in settings.INSTALLED_APPS:
|
||||
|
||||
Reference in New Issue
Block a user