3 lines
51 B
Python
3 lines
51 B
Python
|
from django.dispatch import Signal
|
||
|
|
||
|
cron = Signal()
|