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