mirror of https://github.com/jumpserver/jumpserver
fit2bot
11 months ago
committed by
GitHub
2 changed files with 3 additions and 0 deletions
@ -1,6 +1,8 @@
|
||||
from django.apps import AppConfig |
||||
from django.utils.translation import gettext_lazy as _ |
||||
|
||||
|
||||
class LabelsConfig(AppConfig): |
||||
default_auto_field = 'django.db.models.BigAutoField' |
||||
name = 'labels' |
||||
verbose_name = _('Labels') |
||||
|
Loading…
Reference in new issue