mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 04:36:22 +03:00
Базовая карта
This commit is contained in:
8
wheretogo/maps/urls.py
Normal file
8
wheretogo/maps/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from maps.views import MapView
|
||||
|
||||
app_name = "maps"
|
||||
|
||||
urlpatterns = [
|
||||
path("map/", MapView.as_view(), name="map"),
|
||||
]
|
||||
Reference in New Issue
Block a user