mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-07 00:21:47 -05:00
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