apps.py 122 B

123456
  1. from django.apps import AppConfig
  2. class AccountConfig(AppConfig):
  3. name = 'apps.account'
  4. verbose_name = '账户'