mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-15 11:41:23 +00:00
7 lines
87 B
Python
7 lines
87 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
|
|
from django.dispatch import Signal
|
|
|
|
django_ready = Signal()
|