[Update] 修复授权模块的信号处理监听不到的问题

pull/4008/head
Bai 2020-05-19 11:47:49 +08:00
parent 73c3de97b8
commit 728e4b7edd
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ from django.apps import AppConfig
class PermsConfig(AppConfig):
name = 'perms'
def ready(self):
super().ready()
from . import signals_handler