jumpserver/apps/common/signals.py

7 lines
87 B
Python

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