Files
webpanel/app/app_site/views.py
2024-06-04 22:08:15 +02:00

6 lines
119 B
Python

from django.views.generic import TemplateView
class HomeView(TemplateView):
template_name = "app_site/home.html"