We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67e4100 + 4a2f0ef commit 11a5e86Copy full SHA for 11a5e86
helloworld/views.py
@@ -1,4 +1,4 @@
1
from django.http import HttpResponse
2
3
def index(request):
4
- return HttpResponse("Hello, world!")
+ return HttpResponse("Hello, world!\n")
0 commit comments