fix: 开启授权规则signal信号监听;解决授权规则变动用户授权树没有即使刷新的问题

This commit is contained in:
Bai
2022-12-22 18:56:54 +08:00
parent b851fd1069
commit ab6518e60e
5 changed files with 10 additions and 7 deletions

View File

@@ -10,5 +10,5 @@ class PermsConfig(AppConfig):
def ready(self):
super().ready()
# from . import signal_handlers
from . import signal_handlers
from . import notifications