mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 12:36:24 +03:00
Базовая карта
This commit is contained in:
6
wheretogo/maps/views.py
Normal file
6
wheretogo/maps/views.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.views.generic.base import TemplateView
|
||||
|
||||
|
||||
class MapView(TemplateView):
|
||||
|
||||
template_name = "maps/map.html"
|
||||
Reference in New Issue
Block a user