from django.apps import AppConfig class BlogConfig(AppConfig): #fjw: 博客应用配置 name = 'blog'