Move diagnostics, statistics and maintenance functions from the main app into separate apps
This commit is contained in:
@@ -168,6 +168,8 @@ INSTALLED_APPS = (
|
||||
# Mayan EDMS
|
||||
'main',
|
||||
'installation',
|
||||
'diagnostics',
|
||||
'maintenance',
|
||||
'storage',
|
||||
'folders',
|
||||
'tags',
|
||||
@@ -186,6 +188,7 @@ INSTALLED_APPS = (
|
||||
'checkouts',
|
||||
'rest_api',
|
||||
'bootstrap',
|
||||
'statistics',
|
||||
|
||||
# Has to be last so the other apps can register it's signals
|
||||
'signaler',
|
||||
|
||||
Reference in New Issue
Block a user