Various health check view for the Django Framework
Project description
drf_health_check
Various health check extensions for the Django Rest Framework
Installation
Using pip
pip install drf_health_check
Using pipenv
pipenv install drf_health_check
Quick start
In your project’s settings.py add HEALTH_CHECK_PROVIDERS.
HEALTH_CHECK_PROVIDERS = {
...
'drf_health_check.providers.DBHealthCheckProvider',
...
}
Add drf_health_check to INSTALLED_APPS
INSTALLED_APPS = [
...
"drf_health_check",
]
Add urls to you project for health-view
urlpatterns = [
...
url("health/", include('django_health_check_view.urls')),
...
]
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file drf_health_check-0.0.12.tar.gz.
File metadata
- Download URL: drf_health_check-0.0.12.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcbae077ead2523fdd972a05c537d9ea879d0f8f3b35d96b1db3fce67f968092
|
|
| MD5 |
59dc724d841583403dfb49dcef5278a2
|
|
| BLAKE2b-256 |
89d49fccba16a1e2133b3333fb7b3d982510162e480ce0360a7e149d35e3474a
|
File details
Details for the file drf_health_check-0.0.12-py3-none-any.whl.
File metadata
- Download URL: drf_health_check-0.0.12-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fad482f7343918636780b691e5d56521c5580b7c4c1a8d9928275ff112ab8b5
|
|
| MD5 |
8c8f41e3b938e9af9e0c8139de9dceab
|
|
| BLAKE2b-256 |
0e5dd343217b2e6688ee5df2202a5ba5d728ff9cdcebccb4007684364af1226f
|