mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-25 14:43:15 +00:00
4 lines
99 B
Python
4 lines
99 B
Python
import django.dispatch
|
|
|
|
|
|
avatar_updated = django.dispatch.Signal(providing_args=["user", "avatar"]) |