index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
cache
/
views.py
blob: 9b72f03f5633ca72f2d91260830b35c7f1affbfc (
plain
)
1
2
3
4
from django.http import HttpResponse def home(request): return HttpResponse('Hello World!')