We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4498334 commit 8b41443Copy full SHA for 8b41443
django_issues.py
@@ -8,4 +8,5 @@
8
def current_datetime(request):
9
now = datetime.datetime.now()
10
html = "<html><body>It is %s.</body></html>" % now
11
+ a = 1
12
return HttpResponse(html)
0 commit comments