mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 04:36:22 +03:00
7 lines
119 B
Python
7 lines
119 B
Python
from django.views.generic.base import TemplateView
|
|
|
|
|
|
class MapView(TemplateView):
|
|
|
|
template_name = "maps/map.html"
|