mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix django ex
This commit is contained in:
parent
2e8db50989
commit
43b8687ceb
@ -1,4 +1,4 @@
|
||||
from django.conf.urls.defaults import patterns, url
|
||||
from django.conf.urls import patterns, include, url
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url(r'^acsv$', 'testing.apps.someapp.views.acsv'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user