kumify/cronhandler/signals.py
2020-12-29 17:26:48 +01:00

3 lines
51 B
Python

from django.dispatch import Signal
cron = Signal()