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,7 +4,7 @@ from django.utils.translation import gettext_lazy as _
class NotificationsConfig(AppConfig):
name = 'notifications'
verbose_name = _('Notifications')
verbose_name = _('App Notifications')
def ready(self):
from . import signal_handlers # noqa