mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Tastypie URLs go here
This commit is contained in:
0
lib/api/__init__.py
Normal file
0
lib/api/__init__.py
Normal file
6
lib/api/urls.py
Normal file
6
lib/api/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf import settings
|
||||
from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns('',
|
||||
# (r'^', fooooooo),
|
||||
)
|
||||
Reference in New Issue
Block a user