Move Django and Celery settings
Django settings now reside in the smart settings app. Celery settings now reside in the task manager app. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -13,6 +13,7 @@ from .links import (
|
||||
link_queue_scheduled_task_list, link_queue_reserved_task_list,
|
||||
link_task_manager
|
||||
)
|
||||
from .settings import * # NOQA
|
||||
|
||||
|
||||
class TaskManagerApp(MayanAppConfig):
|
||||
|
||||
Reference in New Issue
Block a user