move editor to new django app

This commit is contained in:
Laura Klünder 2016-08-31 17:14:31 +02:00
parent 5bdbfb934c
commit 470815c859
11 changed files with 85 additions and 39 deletions

View file

@ -4,5 +4,4 @@ from . import views
urlpatterns = [
url(r'^$', views.dashboard, name='control.dashboard'),
url(r'^editor/(?P<level>[^/]+)?$', views.editor, name='control.editor'),
]