perf: 修改优化结构 (#12554)

* perf: 修改优化结构

* perf: 修改结构

---------

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2024-01-17 11:08:39 +08:00
committed by GitHub
parent 1cec27ed70
commit 9968617758
43 changed files with 2079 additions and 4073 deletions

View File

@@ -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