mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 18:00:57 +00:00
[Update] 修复授权模块的信号处理监听不到的问题
This commit is contained in:
@@ -5,3 +5,7 @@ from django.apps import AppConfig
|
|||||||
|
|
||||||
class PermsConfig(AppConfig):
|
class PermsConfig(AppConfig):
|
||||||
name = 'perms'
|
name = 'perms'
|
||||||
|
|
||||||
|
def ready(self):
|
||||||
|
super().ready()
|
||||||
|
from . import signals_handler
|
||||||
|
Reference in New Issue
Block a user