mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
7 lines
120 B
Python
Executable File
7 lines
120 B
Python
Executable File
from django.conf.urls.defaults import *
|
|
|
|
urlpatterns = patterns('',
|
|
url(r'^$', 'djangotest.testing.views.home'),
|
|
)
|
|
|