Hello, world is now working

This commit is contained in:
2022-06-27 18:34:19 +03:00
parent d1a62ea500
commit 39e9a0a1ab
10 changed files with 35 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.http import HttpResponse
def index(request):
return HttpResponse('<b>Hallo, Welt!</b>')