Skip to main content

An easy way to see the health of your app

Project description

Django Health

Shows the health of your stack easily


Quick Start

1. Add 'health' to your INSTALLED_APPS setting:

INSTALLED_APPS = (
...
'health',
)

2. Include the health URLconf in your project urls.py:

url(r'^health/', include('health.urls')),

3. Run `python manage.py runserver`

4. Visit the health endpoint (http://127.0.0.1:8000/health/) for a `200 OK` to verify the site is up

Project details


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 Distributions

django_health-0.4-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 Python 3

django_health-0.2b0-py2.py3-none-any.whl (4.4 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