Skip to main content

A simple Django app to conduct health checks.

Project description

Django health checker is a simple Django app to conduct health checking which uses django-health-check (https://github.com/KristianOellegaard/django-health-check) and overrides default behavior.

Quick start

  1. Include the health_checker URLconf in your project urls.py like this:

    path('health-checker/', include('health_checker.urls')),
  2. Start the development server and visit http://127.0.0.1:8000/health-checker/ to get a ‘pong’ response if every health check has passed.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_health_checker-0.1-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page