|
@@ -766,7 +766,7 @@ if desktop.conf.TASK_SERVER_V2.ENABLED.get() or desktop.conf.TASK_SERVER_V2.BEAT
|
|
|
if desktop.conf.TASK_SERVER_V2.BEAT_ENABLED.get():
|
|
if desktop.conf.TASK_SERVER_V2.BEAT_ENABLED.get():
|
|
|
INSTALLED_APPS.append('django_celery_beat')
|
|
INSTALLED_APPS.append('django_celery_beat')
|
|
|
INSTALLED_APPS.append('timezone_field')
|
|
INSTALLED_APPS.append('timezone_field')
|
|
|
- USE_TZ = True
|
|
|
|
|
|
|
+ USE_TZ = False
|
|
|
|
|
|
|
|
|
|
|
|
|
PROMETHEUS_EXPORT_MIGRATIONS = False # Needs to be there even when enable_prometheus is not enabled
|
|
PROMETHEUS_EXPORT_MIGRATIONS = False # Needs to be there even when enable_prometheus is not enabled
|