django-allauth-ens/example/app/views.py
Aurélien Delobelle 9449481bd4 Add example project
2017-08-03 12:41:30 +02:00

5 lines
114 B
Python

from django.views.generic import TemplateView
class HomeView(TemplateView):
template_name = 'app/home.html'