from django.http import HttpResponse def index(request): _ = request return HttpResponse(b"Hello, world. You're at the polls index.")