1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-29 08:27:55 +00:00
seahub/avatar/signals.py

4 lines
99 B
Python
Raw Normal View History

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