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 details)

Uploaded Source

File details

Details for the file django-site-health-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-site-health-0.1.1.tar.gz
Algorithm Hash digest
SHA256 84378dd26886218dfbfec733326513d977fc9f532eac5b69960b3a1078d72278
MD5 2983dd1168e56eb36f611bad65457850
BLAKE2b-256 8bca1f440733300baabf624591548c1f9fb196e6367d21ebc14990a2dc141deb

See more details on using hashes here.

Supported by

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