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