mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-30 22:34:53 +00:00
* Email unregistered user when sharing repo. * Add email to contacts when share repo/file and add group user. * Remove org repo share link.
4 lines
95 B
Python
4 lines
95 B
Python
import django.dispatch
|
|
|
|
mail_sended = django.dispatch.Signal(providing_args=["user", "email"])
|