This commit is contained in:
Eden Kirin
2024-04-06 10:08:29 +02:00
parent 1e154423cb
commit 4e05dc15a5
9 changed files with 105 additions and 29 deletions
+1
View File
@@ -0,0 +1 @@
from .home import HomeView
+5
View File
@@ -0,0 +1,5 @@
from django.views.generic import TemplateView
class HomeView(TemplateView):
template_name = "main/home.html"