from django.apps import AppConfig class HealthConfig(AppConfig): name = "apps.health" verbose_name = "Health Check"