2025-01-18 21:31:19 -06:00

6 lines
162 B
Python

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