Remove maintenance tools menu entry, apps now register tools directly to the tools menu.
This commit is contained in:
@@ -7,7 +7,9 @@ from .api_views import (
|
||||
APIIndexNodeInstanceDocumentListView, APIIndexTemplateListView,
|
||||
APIIndexTemplateView, APIIndexView
|
||||
)
|
||||
from .views import IndexListView, SetupIndexDocumentTypesView, SetupIndexListView
|
||||
from .views import (
|
||||
IndexListView, SetupIndexDocumentTypesView, SetupIndexListView,
|
||||
)
|
||||
|
||||
|
||||
urlpatterns = patterns(
|
||||
|
||||
Reference in New Issue
Block a user