Skip to content

Commit 858f5a8

Browse files
committed
Expose default task backend as module
1 parent 6e70b9a commit 858f5a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_tasks/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
__all__ = [
2626
"tasks",
27+
"default_task_backend",
2728
"DEFAULT_TASK_BACKEND_ALIAS",
2829
"DEFAULT_QUEUE_NAME",
2930
"task",

0 commit comments

Comments
 (0)