from django.dispatch import Signal

domain_created = Signal()
domain_deleted = Signal()
domain_updated = Signal()
domains_reordered = Signal()
