mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Added a test to verify headers set by default middleware; refs #23939.
This commit is contained in:
parent
b06dfad88f
commit
50c1d8f24b
4 changed files with 41 additions and 0 deletions
7
tests/project_template/urls.py
Normal file
7
tests/project_template/urls.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^empty/$', views.empty_view),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue