1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-22 00:43:28 +00:00
seahub/thirdpart/constance/signals.py

4 lines
62 B
Python
Raw Normal View History

2023-06-12 01:53:31 +00:00
from django.dispatch import Signal
2019-10-25 07:01:41 +00:00
2023-06-12 01:53:31 +00:00
config_updated = Signal()