mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-22 16:56:57 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
|
import django.dispatch
|
||
|
|
||
|
org_user_added = django.dispatch.Signal(providing_args=["org_id", "from_email", "to_email"])
|
||
|
|