mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Added file missing from [15696], sorry for breakage.
Thanks to Ramiro for letting me know. Refs #717. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15699 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
477c482c24
commit
8f19878263
1 changed files with 6 additions and 0 deletions
6
tests/regressiontests/middleware/cond_get_urls.py
Normal file
6
tests/regressiontests/middleware/cond_get_urls.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.conf.urls.defaults import patterns
|
||||
from django.http import HttpResponse
|
||||
|
||||
urlpatterns = patterns('',
|
||||
(r'^$', lambda request: HttpResponse('root is here')),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue