mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
use customized constance (#4191)
This commit is contained in:
5
thirdpart/constance/signals.py
Normal file
5
thirdpart/constance/signals.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import django.dispatch
|
||||
|
||||
config_updated = django.dispatch.Signal(
|
||||
providing_args=['key', 'old_value', 'new_value']
|
||||
)
|
Reference in New Issue
Block a user