BO 1.25+2 temporary delete cron

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-09-09 09:07:23 +02:00
parent 5e62d4cac9
commit c2ce0261a9
3 changed files with 8 additions and 9 deletions
@@ -49,7 +49,7 @@ INSTALLED_APPS = [
'ckeditor_uploader',
'django_admin_json_editor',
'rangefilter',
'django_cron',
#'django_cron',
]
MIDDLEWARE = [
@@ -172,7 +172,7 @@ LOGGING = {
},
}
CRON_CLASSES = [
'aitrainer_backoffice.controlling.cron.sync_customers',
#CRON_CLASSES = [
# 'aitrainer_backoffice.controlling.cron.sync_customers',
# ...
]
#]
@@ -45,7 +45,7 @@ INSTALLED_APPS = [
'ckeditor_uploader',
'django_admin_json_editor',
'rangefilter',
'django_cron',
#'django_cron',
]
MIDDLEWARE = [
@@ -183,7 +183,7 @@ CACHES = {
}
}
CRON_CLASSES = [
'aitrainer_backoffice.controlling.cron.sync_customers',
#CRON_CLASSES = [
# 'aitrainer_backoffice.aitrainer_backoffice.controlling.cron.sync_customers',
# ...
]
#]