Skip to content

Commit 8a534de

Browse files
committed
Add optional local settings
1 parent a4960f3 commit 8a534de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/django/local.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)