x86_64-centos-awx/awx/ui_next/apps.py
2021-03-02 20:53:43 +08:00

11 lines
191 B
Python

# Django
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class UINextConfig(AppConfig):
name = 'awx.ui_next'
verbose_name = _('UI_Next')