diff --git a/settings.py b/settings.py index a5eff1e634..898342e462 100644 --- a/settings.py +++ b/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',