4 lines
86 B
Python
4 lines
86 B
Python
from django.dispatch import Signal
|
|
|
|
task_enqueued = Signal()
|
|
task_finished = Signal()
|