You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-test/src/DjangoBlog-master/accounts/apps.py

10 lines
252 B

from django.apps import AppConfig
class AccountsConfig(AppConfig):
"""
账户应用的Django配置类
用于配置应用的元数据和启动时的初始化行为
"""
name = 'accounts' #ZXY: 应用的Python路径