from django.apps import AppConfig class DevelopConfig(AppConfig): name = 'apps.develop' verbose_name = '开发调试接口'