Files
django-example-app/polls/views.py
Basyrov Rustam 8bea592155 some changes
2025-06-03 22:19:57 +03: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.")