Explicitly set CELERY ALWAYS EAGER to False in the production setting file.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-05 02:12:28 -04:00
parent 6008c15610
commit d1973e6e05

View File

@@ -2,6 +2,8 @@ from __future__ import absolute_import, unicode_literals
from . import * # NOQA
CELERY_ALWAYS_EAGER = False
TEMPLATES[0]['OPTIONS']['loaders'] = (
(
'django.template.loaders.cached.Loader', (