{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/2"},{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring/2"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"},{"label":"Logging","url":"https://skillfed.io/packages/category/system-logging"}],"enrichment":{"capability":"Provides pluggable health check endpoints for Django applications to monitor the app and its connected services like databases and DNS.","skillfed_tags":["django-integration","health-check","monitoring"],"use_cases":["Expose a health check endpoint for Kubernetes liveness and readiness probes in containerized Django deployments.","Monitor database connectivity and other service dependencies as part of a load balancer health check strategy.","Integrate with external monitoring systems (Datadog, New Relic, etc.) that poll a standard health endpoint.","Verify DNS resolution and other network-dependent services are functioning before routing traffic to the app.","Build custom health checks for application-specific services by extending the pluggable framework."],"what_it_does":"Django HealthCheck is a Django app that adds pluggable health check endpoints to your application. It lets you monitor the health of your Django app and its connected services\u2014databases, DNS, and other dependencies\u2014by exposing a standardized endpoint that external monitoring systems or load balancers can query. The package is designed to be extensible: you enable only the checks you need by adding them to your Django configuration.\n\nThe package has been maintained since 2011 and is currently in production-stable status. It depends only on Django and dnspython, making it lightweight to add to an existing project. It supports modern Python versions (3.10 through 3.14) and recent Django releases (5.2 through 6.1), so integration with contemporary stacks is straightforward.","worth_installing":"Yes. It is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. The package solves a concrete operational need\u2014exposing standardized health checks\u2014that is essential for production Django deployments in containerized or load-balanced environments. Install it if you need to integrate your Django app with orchestration systems or external monitoring."},"id":"django-health-check","links":{"html":"https://skillfed.io/packages/django-health-check","md":"https://skillfed.io/packages/django-health-check.md","pypi":"https://pypi.org/project/django-health-check/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-07","license_spdx":null,"license_treatment":"permissive","name":"django-health-check","python_support":"supports_current","summary":"Monitor the health of your Django app and its connected services."},"popularity":{"monthly_downloads":3794787,"position":2496,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.5.0"}
