mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 04:09:45 +00:00
perf: 修改优化结构 (#12554)
* perf: 修改优化结构 * perf: 修改结构 --------- Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user