mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
6 lines
120 B
Python
6 lines
120 B
Python
![]() |
import django.dispatch
|
||
|
|
||
|
config_updated = django.dispatch.Signal(
|
||
|
providing_args=['key', 'old_value', 'new_value']
|
||
|
)
|