Refactor job processing app to do actual job queue and job subprocess launching, remove queue mananger app, update ocr app to use new job processing app

This commit is contained in:
Roberto Rosario
2012-07-30 07:36:02 -04:00
parent 20856b1589
commit 486f983d4b
27 changed files with 409 additions and 531 deletions

View File

@@ -154,7 +154,6 @@ INSTALLED_APPS = (
'navigation',
'lock_manager',
'web_theme',
'queue_manager',
# pagination needs to go after web_theme so that the pagination template is found
'pagination',
'common',
@@ -188,7 +187,7 @@ INSTALLED_APPS = (
'workflows',
'checkouts',
'rest_api',
'bootstrap',
#'bootstrap',
'statistics',
# Has to be last so the other apps can register it's signals