mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-21 08:25:21 +00:00
4 lines
62 B
Python
4 lines
62 B
Python
from django.dispatch import Signal
|
|
|
|
config_updated = Signal()
|