pep8 and other code-style changes
[wolnelektury.git] / src / wolnelektury / settings / celery.py
1 # -*- coding: utf-8 -*-
2 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
3 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 #
5 BROKER_URL = 'django://'
6
7 CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
8 CELERY_SEND_TASK_ERROR_EMAILS = True
9 CELERY_ACCEPT_CONTENT = ['pickle']