BO 1.25+2 temporary delete cron
This commit is contained in:
parent
5e62d4cac9
commit
c2ce0261a9
@ -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',
|
||||
# ...
|
||||
]
|
||||
#]
|
||||
|
@ -13,5 +13,4 @@ mysqlclient==2.0.1
|
||||
requests==2.24.0
|
||||
pillow==7.2.0
|
||||
gunicorn==20.0.4
|
||||
django-cron==0.5.1
|
||||
django-admin-rangefilter==0.8.1
|
Loading…
Reference in New Issue
Block a user