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:
Roberto Rosario
2019-07-10 19:02:22 -04:00
parent 3621af7e7d
commit 37e85590e8
5 changed files with 333 additions and 316 deletions

View File

@@ -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):