Files
breccia-mapper/breccia_mapper/views.py
2020-01-30 13:44:12 +00:00

6 lines
112 B
Python

from django.views.generic import TemplateView
class IndexView(TemplateView):
template_name = 'index.html'