mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
6 lines
110 B
Python
Executable File
6 lines
110 B
Python
Executable File
from django.conf.urls.defaults import include, url
|
|
|
|
urlpatterns = [
|
|
url(r'^', include("testing.urls")),
|
|
]
|