Files
ihrm/horilla/signals.py

9 lines
129 B
Python
Raw Normal View History

"""
horilla/signals.py
"""
from django.dispatch import Signal, receiver
pre_bulk_update = Signal()
post_bulk_update = Signal()