Adding polls app while working through django tutorial
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
def index(request):
|
||||
_ = request
|
||||
return HttpResponse(b"Hello, world. You're at the polls index.")
|
||||
Reference in New Issue
Block a user