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:
4
avatar/signals.py
Normal file
4
avatar/signals.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import django.dispatch
|
||||
|
||||
|
||||
avatar_updated = django.dispatch.Signal(providing_args=["user", "avatar"])
|
Reference in New Issue
Block a user