mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
4 lines
100 B
Python
4 lines
100 B
Python
import django.dispatch
|
|
|
|
|
|
avatar_updated = django.dispatch.Signal(providing_args=["user", "avatar"])
|