from django.apps import AppConfig #zr 评论应用配置类 class CommentsConfig(AppConfig): #zr 定义应用名称 name = 'comments'