1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-27 07:28:42 +00:00
seahub/organizations/signals.py

4 lines
117 B
Python
Raw Normal View History

2012-07-27 09:59:31 +00:00
import django.dispatch
org_user_added = django.dispatch.Signal(providing_args=["org_id", "from_email", "to_email"])