Files
server/base/apps.py
T

7 lines
117 B
Python

from django.apps import AppConfig
class BaseConfig(AppConfig):
name = 'base'
verbose_name = '系统设置'