jumpserver/apps/settings/signals.py

4 lines
72 B
Python

from django.dispatch import Signal
category_setting_updated = Signal()