mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-23 14:34:42 +00:00
6 lines
131 B
Python
6 lines
131 B
Python
|
|
from django.dispatch import Signal
|
||
|
|
|
||
|
|
source_created = Signal(providing_args=[])
|
||
|
|
source_changed = Signal()
|
||
|
|
source_deleted = Signal()
|