From 5b3dc2e41363305783b92486d16c6f04a9366a5f Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Tue, 21 Aug 2018 21:25:00 +0300 Subject: [PATCH] update development configs --- eshop_project/settings/development.py.template | 1 + 1 file changed, 1 insertion(+) 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