Use signals for website celery tasks
This commit is contained in:
parent
8e42cb9c18
commit
9fbd608837
5 changed files with 158 additions and 47 deletions
|
@ -18,7 +18,7 @@ class ManageMailsAppConfig(AppConfig):
|
|||
|
||||
def ready(self):
|
||||
"""
|
||||
Takes care of importing the signal handlers of the :py:mod:`userdbs`
|
||||
Takes care of importing the signal handlers of the :py:mod:`managemails`
|
||||
app.
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue