Files
WhereToGo/wheretogo/maps/views.py
2022-04-21 15:28:52 +03:00

7 lines
119 B
Python

from django.views.generic.base import TemplateView
class MapView(TemplateView):
template_name = "maps/map.html"