mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-28 08:06:27 +00:00
[Update] 修改信号
This commit is contained in:
@@ -7,7 +7,5 @@ class AssetsConfig(AppConfig):
|
||||
name = 'assets'
|
||||
|
||||
def ready(self):
|
||||
from .signals import on_app_ready
|
||||
from . import tasks
|
||||
on_app_ready.send(self.__class__)
|
||||
from . import signals_handler
|
||||
super().ready()
|
||||
|
Reference in New Issue
Block a user