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