mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-19 17:39:39 +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"])
|