1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 14:49:09 +00:00

Modify group msg notification

This commit is contained in:
xiez
2012-06-26 14:20:37 +08:00
parent 29eb8ad6c9
commit 5b39f73488
7 changed files with 42 additions and 19 deletions

3
group/signals.py Normal file
View File

@@ -0,0 +1,3 @@
import django.dispatch
grpmsg_added = django.dispatch.Signal(providing_args=["group_id", "from_email"])