mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-09 10:57:27 +00:00
4 lines
95 B
Python
4 lines
95 B
Python
|
import django.dispatch
|
||
|
|
||
|
mail_sended = django.dispatch.Signal(providing_args=["user", "email"])
|