Skip to content

Commit 3708083

Browse files
committed
work on url patterns for map app
1 parent 5d955ef commit 3708083

File tree

1 file changed

+7
-0
lines changed
  • maps-django-mapbox/djmaps/maps

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from django.conf.urls import url
2+
from . import views
3+
4+
5+
urlpatterns = [
6+
url(r'', views.default_map, name="default"),
7+
]

0 commit comments

Comments
 (0)