This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
b740534dc4
django
/
tests
/
regressiontests
/
middleware_exceptions
/
views.py
5 lines
78 B
Python
Raw
Blame
History
from
django
import
http
def
index
(
request
)
:
return
http
.
HttpResponse
(
'
'
)
Reference in New Issue
View Git Blame
Copy Permalink