Init
This commit is contained in:
5
app/app_site/views.py
Normal file
5
app/app_site/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
class HomeView(TemplateView):
|
||||
template_name = "app_site/home.html"
|
||||
Reference in New Issue
Block a user