Skip to main content

A simple Django app to provide a health page for your site.

Project description

# django-site-health
Configurable health endpoint for applications hosted in ElasticBeanstalk.

## Installation

* Download this repo locally

* Run the install

```bash
python setup.py install
```

## Quick Start

* Add `django-site-health` to your `INSTALLED_APPS`

```python
INSTALLED_APPS = [
...
'django_site_health',
]
```

* Include the `django-health` URLconf in your project urls.py

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

* Test that you can access the `/health/` on the dev server

Project details


Download files

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

Source Distribution

django-site-health-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

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