mirror of https://github.com/jumpserver/jumpserver
7 lines
87 B
Python
7 lines
87 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
#
|
||
|
|
||
|
from django.dispatch import Signal
|
||
|
|
||
|
django_ready = Signal()
|