my index page
This commit is contained in:
@@ -3,3 +3,6 @@ from django.http import HttpResponse
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("Hello, world. You're at the polls index.")
|
||||
|
||||
def index2(request):
|
||||
return HttpResponse("Hello from Django!")
|
||||
|
||||
Reference in New Issue
Block a user