implement new django-based models and loadmappkg command
This commit is contained in:
parent
66661209d2
commit
752b7d6d7d
14 changed files with 318 additions and 196 deletions
|
@ -3,5 +3,6 @@ from django.conf.urls import url
|
|||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^sources/(?P<filename>[^/]+)$', views.source, name='map.source'),
|
||||
url(r'^sources/(?P<source>[^/]+)$', views.source, name='map.source'),
|
||||
url(r'^data/add$', views.source, name='map.edit.source'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue