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