jumpserver/apps/common/signals.py

7 lines
87 B
Python
Raw Normal View History

2018-01-11 12:10:27 +00:00
# -*- coding: utf-8 -*-
#
from django.dispatch import Signal
django_ready = Signal()