BO 1.25+2 temporary delete cron
This commit is contained in:
@@ -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',
|
||||
# ...
|
||||
]
|
||||
#]
|
||||
|
||||
Reference in New Issue
Block a user