This commit is contained in:
2024-05-16 18:42:57 +02:00
commit 5c62d24034
44 changed files with 1306 additions and 0 deletions

5
app_site/views.py Normal file
View File

@@ -0,0 +1,5 @@
from django.views.generic import TemplateView
class HomeView(TemplateView):
template_name = "app_site/home.html"