jumpserver/apps/assets/signals.py

6 lines
86 B
Python

# -*- coding: utf-8 -*-
#
from django.dispatch import Signal
on_app_ready = Signal()