mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
7 lines
117 B
Python
7 lines
117 B
Python
from django.conf import settings
|
|
from django.conf.urls import *
|
|
|
|
urlpatterns = patterns('',
|
|
# (r'^', fooooooo),
|
|
)
|