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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file django_health_checker-0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_health_checker-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30c8836bba74cdd90de019b75e457a16698a9aea239a28dae7a84a8c4480c1ba |
|
MD5 | 9b4ad74c9a51201ab24c0d137719cccf |
|
BLAKE2b-256 | 8e1e0d3977a347d66b9a44ff687dcd758d82d657284ae3f1d17e3b5f01a9ccdb |