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 3bfcfb6 commit 4a2f0efCopy full SHA for 4a2f0ef
helloworld/views.py
@@ -2,4 +2,4 @@
2
from django.http import HttpResponse
3
4
def index(request):
5
- return HttpResponse("Hello, world!")
+ return HttpResponse("Hello, world!\n")
0 commit comments