from django.apps import AppConfig class CommentConfig(AppConfig): name = 'comment' verbose_name = '评论管理'