Fix all occurences

This commit is contained in:
Nikita P. Shupeyko 2017-04-24 19:31:16 +03:00
parent e195540abc
commit 6cfe16fb38

View File

@ -271,7 +271,7 @@ CELERY_BROKER_URL = env('CELERY_BROKER_URL', default='django://')
if CELERY_BROKER_URL == 'django://':
CELERY_RESULT_BACKEND = 'redis://'
else:
CELERY_RESULT_BACKEND = BROKER_URL
CELERY_RESULT_BACKEND = CELERY_BROKER_URL
########## END CELERY
{% endif %}