1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

move avatar from thirdpart to seahub

This commit is contained in:
xiez
2012-05-23 14:07:57 +08:00
parent 96ab6b5454
commit 3308325e9a
35 changed files with 0 additions and 0 deletions

4
avatar/signals.py Normal file
View File

@@ -0,0 +1,4 @@
import django.dispatch
avatar_updated = django.dispatch.Signal(providing_args=["user", "avatar"])