from django.apps import AppConfig class PingConfig(AppConfig): name = "api.v1.user" label = "api_v1_user"