mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-13 13:59:17 +00:00
perf: 修改优化结构 (#12554)
* perf: 修改优化结构 * perf: 修改结构 --------- Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -4,6 +4,7 @@ from django.apps import AppConfig
|
||||
class AccountsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'accounts'
|
||||
verbose_name = 'App Accounts'
|
||||
|
||||
def ready(self):
|
||||
from . import signal_handlers # noqa
|
||||
|
Reference in New Issue
Block a user