Reworked helloworld

This commit is contained in:
2022-06-28 09:40:58 +03:00
parent 9235dd06c6
commit 23d55ed995
9 changed files with 3 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.http import HttpResponse
def index(request):
return HttpResponse('<b>Hallo, Welt!</b>')