Move diagnostics, statistics and maintenance functions from the main app into separate apps

This commit is contained in:
Roberto Rosario
2012-07-27 01:06:56 -04:00
parent f8d94be59d
commit 4fad1c3305
24 changed files with 170 additions and 87 deletions

View File

@@ -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',