la-chariotte/la_chariotte/home/views.py
2023-03-17 17:04:19 +01:00

5 lines
155 B
Python

from django.views.generic import TemplateView
class HomeView(TemplateView):
"""Page d'accueil de la Chariotte"""
template_name = "home/home.html"