Remove maintenance tools menu entry, apps now register tools directly to the tools menu.

This commit is contained in:
Roberto Rosario
2015-07-02 02:47:46 -04:00
parent c22fd83f3e
commit ad5709c8ce
11 changed files with 23 additions and 61 deletions

View File

@@ -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(