Reorganize app loading order to avoid import errors
This commit is contained in:
10
settings.py
10
settings.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user