Code layout change.
[wolnelektury.git] / src / wolnelektury / settings / celery.py
1 BROKER_URL = 'django://'
2
3 CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
4 CELERY_SEND_TASK_ERROR_EMAILS = True
5 CELERY_ACCEPT_CONTENT = ['pickle']