From 037c5564a8afdc1a88f3f847c5f9542df6ff5577 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Thu, 18 Feb 2021 12:19:48 +0100 Subject: [PATCH] ### 0.0.18 Release --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index d065cb83..a2f40575 100644 --- a/src/config.py +++ b/src/config.py @@ -8,4 +8,5 @@ SECRET_KEY='vfdjv423ndf654&%%' APP_DEBUGGER_ACTIVE = True CELERY_CONF_WORKER_SEND_TASK_EVENTS = True CELERY_CONF_TASK_SEND_SENT_EVENT = True +SQLALCHEMY_TRACK_MODIFICATIONS = True PORT = 9090 -- GitLab