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

@@ -6,7 +6,7 @@ from django.utils.translation import gettext_lazy as _
class OpsConfig(AppConfig):
name = 'ops'
verbose_name = _('App ops')
verbose_name = _('App Ops')
def ready(self):
from orgs.models import Organization