Skip to content

Commit 4a2f0ef

Browse files
Update views.py
1 parent 3bfcfb6 commit 4a2f0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helloworld/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from django.http import HttpResponse
33

44
def index(request):
5-
return HttpResponse("Hello, world!")
5+
return HttpResponse("Hello, world!\n")

0 commit comments

Comments
 (0)