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
Include the health_checker URLconf in your project urls.py like this:
path('health-checker/', include('health_checker.urls')),
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_health_checker-0.1-py2.py3-none-any.whl (3.3 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Close
Hashes for django_health_checker-0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30c8836bba74cdd90de019b75e457a16698a9aea239a28dae7a84a8c4480c1ba |
|
MD5 | 9b4ad74c9a51201ab24c0d137719cccf |
|
BLAKE2-256 | 8e1e0d3977a347d66b9a44ff687dcd758d82d657284ae3f1d17e3b5f01a9ccdb |