We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
local
1 parent a4960f3 commit 8a534deCopy full SHA for 8a534de
config/django/local.py
@@ -0,0 +1,5 @@
1
+from .base import * # noqa
2
+
3
+CELERY_BROKER_BACKEND = "memory"
4
+CELERY_TASK_ALWAYS_EAGER = True
5
+CELERY_TASK_EAGER_PROPAGATES = True
0 commit comments