AGOGOamalgamated / django-site-health

Configurable health endpoint for applications hosted in ElasticBeanstalk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-site-health

Configurable health endpoint for applications hosted in ElasticBeanstalk.

Installation

  • Download this repo locally

  • Run the install

python setup.py install

Quick Start

  • Add django-site-health to your INSTALLED_APPS
INSTALLED_APPS = [
    ...
    'django_site_health',
]
  • Include the django-health URLconf in your project urls.py
    url(r'^health/', include('django_site_health.urls')),
  • Test that you can access the /health/ on the dev server

About

Configurable health endpoint for applications hosted in ElasticBeanstalk.


Languages

Language:Python 100.0%