1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00
Files
seahub/organizations/signals.py
2012-07-28 16:41:24 +08:00

4 lines
117 B
Python

import django.dispatch
org_user_added = django.dispatch.Signal(providing_args=["org_id", "from_email", "to_email"])