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.
2 parents da8f908 + 2d405d8 commit c0f6e0bCopy full SHA for c0f6e0b
docs/examples.rst
@@ -69,6 +69,8 @@ Django DB Mutex can be used with celery's tasks in the following manner:
69
70
.. code-block:: python
71
72
+ from db_mutex import DBMutexError, DBMutexTimeoutError
73
+ from db_mutex.db_mutex import db_mutex
74
from abc import ABCMeta
75
from celery import Task
76
0 commit comments