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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user