1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00
Files
seahub/avatar/signals.py

4 lines
99 B
Python
Raw Normal View History

2012-05-23 13:56:17 +08:00
import django.dispatch
avatar_updated = django.dispatch.Signal(providing_args=["user", "avatar"])