1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00
Files
seahub/thirdpart/constance/signals.py

6 lines
120 B
Python
Raw Normal View History

2019-10-25 15:01:41 +08:00
import django.dispatch
config_updated = django.dispatch.Signal(
providing_args=['key', 'old_value', 'new_value']
)