ft_transcendence/polls/views.py
2023-11-08 14:46:24 +01: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.")