aboutsummaryrefslogtreecommitdiff
blob: 963b6f7088b14ac50d61a127c81d456c5e25d3fc (plain) (blame)
1
2
3
4
5
from django.http import HttpResponse


def index(request):
    return HttpResponse("Hello, world. You're at the polls index.")
Powered by cgit v1.2.3 (git 2.41.0)