Reorganize app loading order to avoid import errors

This commit is contained in:
Roberto Rosario
2012-07-26 06:47:33 -04:00
parent 5e97ba1e71
commit 0b69f778cf

View File

@@ -164,22 +164,22 @@ INSTALLED_APPS = (
'installation',
# Mayan EDMS
'storage',
'documents',
'metadata',
'folders',
'tags',
'document_comments',
'metadata',
'documents',
'linking',
'bootstrap',
'document_indexing',
'sources',
'document_acls',
'ocr',
'sources',
'history',
'main',
'rest_api',
'document_signatures',
'checkouts',
'document_indexing',
'bootstrap',
# Has to be last so the other apps can register it's signals
'signaler',