Базовая карта

This commit is contained in:
2022-04-21 15:28:52 +03:00
parent 3f44f8fc2f
commit 8cd72996cb
63 changed files with 175 additions and 5 deletions

6
wheretogo/maps/views.py Normal file
View File

@@ -0,0 +1,6 @@
from django.views.generic.base import TemplateView
class MapView(TemplateView):
template_name = "maps/map.html"