diff --git a/eshop_project/settings/development.py.template b/eshop_project/settings/development.py.template index ce417f8..c474522 100644 --- a/eshop_project/settings/development.py.template +++ b/eshop_project/settings/development.py.template @@ -22,3 +22,4 @@ MIDDLEWARE = MIDDLEWARE + [ ] DEFAULT_FROM_EMAIL = 'order@russian-programms.ru' +CELERY_ALWAYS_EAGER = True