move editor to new django app
This commit is contained in:
parent
5bdbfb934c
commit
470815c859
11 changed files with 85 additions and 39 deletions
|
@ -1,8 +0,0 @@
|
|||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
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