from django.urls import path from map import views urlpatterns = [ path('', views.MapView.as_view(), name='map'), ]