JourneyJoker/public/views.py

4 lines
118 B
Python
Raw Normal View History

from django.views.generic import TemplateView
2021-03-01 09:56:10 +00:00
class HomeView(TemplateView):
template_name = "frontend/index.html"