Code layout change.
[wolnelektury.git] / src / wolnelektury / settings / celery.py
diff --git a/src/wolnelektury/settings/celery.py b/src/wolnelektury/settings/celery.py
new file mode 100644 (file)
index 0000000..77abfa6
--- /dev/null
@@ -0,0 +1,5 @@
+BROKER_URL = 'django://'
+
+CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
+CELERY_SEND_TASK_ERROR_EMAILS = True
+CELERY_ACCEPT_CONTENT = ['pickle']