6 lines
162 B
Python
Raw Normal View History

2025-01-18 21:31:19 -06:00
from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse("Hello, world. You're at the polls index.")