Remove direct index updating and delete from metadata and source apps and move it to document indexing app via signals

This commit is contained in:
Roberto Rosario
2012-07-26 06:14:42 -04:00
parent 9dc07de628
commit ba550c7f03
4 changed files with 24 additions and 33 deletions

View File

@@ -170,7 +170,6 @@ INSTALLED_APPS = (
'metadata',
'documents',
'linking',
'document_indexing',
'bootstrap',
'document_acls',
'ocr',
@@ -180,6 +179,7 @@ INSTALLED_APPS = (
'rest_api',
'document_signatures',
'checkouts',
'document_indexing',
# Has to be last so the other apps can register it's signals
'signaler',