from django.dispatch import Signal # Generated file signals before_access = Signal() # Source group signals source_created = Signal() source_changed = Signal() source_deleted = Signal()