kpsul/journaldecaisse/views.py

5 lines
126 B
Python
Raw Normal View History

2020-02-16 18:37:16 +01:00
from django.http import HttpResponse
def index(request):
return HttpResponse("Hello, world. You're at the polls index.")