# -*- coding: utf-8 -*- from django.apps import AppConfig class HelpcenterConfig(AppConfig): name = 'apps.HelpCenter' verbose_name = u'帮助中心'