mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
4 lines
108 B
Python
4 lines
108 B
Python
import django.dispatch
|
|
|
|
avatar_updated = django.dispatch.Signal()
|
|
avatar_deleted = django.dispatch.Signal()
|