BO 1.25+2 temporary delete cron
This commit is contained in:
parent
5e62d4cac9
commit
c2ce0261a9
@ -49,7 +49,7 @@ INSTALLED_APPS = [
|
|||||||
'ckeditor_uploader',
|
'ckeditor_uploader',
|
||||||
'django_admin_json_editor',
|
'django_admin_json_editor',
|
||||||
'rangefilter',
|
'rangefilter',
|
||||||
'django_cron',
|
#'django_cron',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
@ -172,7 +172,7 @@ LOGGING = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
CRON_CLASSES = [
|
#CRON_CLASSES = [
|
||||||
'aitrainer_backoffice.controlling.cron.sync_customers',
|
# 'aitrainer_backoffice.controlling.cron.sync_customers',
|
||||||
# ...
|
# ...
|
||||||
]
|
#]
|
@ -45,7 +45,7 @@ INSTALLED_APPS = [
|
|||||||
'ckeditor_uploader',
|
'ckeditor_uploader',
|
||||||
'django_admin_json_editor',
|
'django_admin_json_editor',
|
||||||
'rangefilter',
|
'rangefilter',
|
||||||
'django_cron',
|
#'django_cron',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
@ -183,7 +183,7 @@ CACHES = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CRON_CLASSES = [
|
#CRON_CLASSES = [
|
||||||
'aitrainer_backoffice.controlling.cron.sync_customers',
|
# 'aitrainer_backoffice.aitrainer_backoffice.controlling.cron.sync_customers',
|
||||||
# ...
|
# ...
|
||||||
]
|
#]
|
||||||
|
@ -13,5 +13,4 @@ mysqlclient==2.0.1
|
|||||||
requests==2.24.0
|
requests==2.24.0
|
||||||
pillow==7.2.0
|
pillow==7.2.0
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
django-cron==0.5.1
|
|
||||||
django-admin-rangefilter==0.8.1
|
django-admin-rangefilter==0.8.1
|
Loading…
Reference in New Issue
Block a user