mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-05 22:24:46 +00:00
4 lines
No EOL
99 B
Python
4 lines
No EOL
99 B
Python
import django.dispatch
|
|
|
|
|
|
avatar_updated = django.dispatch.Signal(providing_args=["user", "avatar"]) |