poulpe/shared/views.py
2017-02-21 16:02:23 +01:00

5 lines
106 B
Python

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