django定義app名稱

1.apps.py

class AccountConfig(AppConfig):
    name = 'account'
    verbose_name = u'用戶信息'  # app顯示中文

 

2. __init__.py


default_app_config = 'account.apps.AccountConfig'
相關文章
相關標籤/搜索