jumpserver/apps/settings/signals.py

4 lines
113 B
Python
Raw Normal View History

2023-02-16 10:32:04 +00:00
from django.dispatch import Signal
category_setting_updated = Signal(providing_args=('category', 'serializer'))