1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-19 17:39:39 +00:00
seahub/contacts/signals.py
xiez 7a850c7953 Modify repo share.
* Email unregistered user when sharing repo.
* Add email to contacts when share repo/file and add group user.
* Remove org repo share link.
2012-07-31 15:02:18 +08:00

4 lines
95 B
Python

import django.dispatch
mail_sended = django.dispatch.Signal(providing_args=["user", "email"])