Hello, world is now working
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.http import HttpResponse
|
||||
|
||||
def index(request):
|
||||
return HttpResponse('<b>Hallo, Welt!</b>')
|
||||
|
||||
Reference in New Issue
Block a user