yumusakge/web/views.py
2024-09-04 16:52:33 +03:00

6 lines
127 B
Python

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