split up editor views.py
This commit is contained in:
parent
53d0d1d44d
commit
e1ec198e06
6 changed files with 264 additions and 248 deletions
|
@ -1,8 +1,9 @@
|
|||
from django.apps import apps
|
||||
from django.conf.urls import url
|
||||
|
||||
from c3nav.editor.views import (changeset_detail, edit, level_detail, list_objects, login_view, logout_view, main_index,
|
||||
space_detail)
|
||||
from c3nav.editor.views.changes import changeset_detail
|
||||
from c3nav.editor.views.edit import edit, level_detail, list_objects, main_index, space_detail
|
||||
from c3nav.editor.views.login import login_view, logout_view
|
||||
|
||||
|
||||
def add_editor_urls(model_name, parent_model_name=None, with_list=True, explicit_edit=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue