ft_transcendence/polls/views.py

6 lines
162 B
Python
Raw Normal View History

2023-11-08 08:46:24 -05:00
from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse("Hello, world. You're at the polls index.")