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

View File

@ -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',
# ... # ...
] #]

View File

@ -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',
# ... # ...
] #]

View File

@ -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