mirror of
https://github.com/django/django.git
synced 2024-11-19 16:04:13 +00:00
1c5fe467bd
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
9 lines
266 B
Python
9 lines
266 B
Python
# Used by the ErrorHandlerResolutionTests test case.
|
|
|
|
from django.conf.urls.defaults import patterns
|
|
|
|
urlpatterns = patterns('')
|
|
|
|
handler404 = 'regressiontests.urlpatterns_reverse.views.empty_view'
|
|
handler500 = 'regressiontests.urlpatterns_reverse.views.empty_view'
|