mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 19:17:01 +00:00
5 lines
99 B
Python
5 lines
99 B
Python
from django.dispatch import Signal
|
|
|
|
category_setting_updated = Signal()
|
|
setting_changed = Signal()
|