django-allauth-ens/example/app/views.py

6 lines
114 B
Python
Raw Normal View History

2017-08-03 12:41:30 +02:00
from django.views.generic import TemplateView
class HomeView(TemplateView):
template_name = 'app/home.html'