When deploying Django applications, I kept running into the same problem: health check endpoints were implemented differently in every project, and liveness checks often got mixed together with dependency checks.

I built django-deploy-probes to make that cleaner.

It is a small Django package that adds these endpoints:

/healthz

/readyz