Skip to main content

Various health check view for the Django Framework

Project description

drf_health_check

Various health check extensions for the Django Rest Framework

PyPI Version

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

drf_health_check-0.0.12.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

drf_health_check-0.0.12-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

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

Hashes for drf_health_check-0.0.12.tar.gz
Algorithm Hash digest
SHA256 bcbae077ead2523fdd972a05c537d9ea879d0f8f3b35d96b1db3fce67f968092
MD5 59dc724d841583403dfb49dcef5278a2
BLAKE2b-256 89d49fccba16a1e2133b3333fb7b3d982510162e480ce0360a7e149d35e3474a

See more details on using hashes here.

File details

Details for the file drf_health_check-0.0.12-py3-none-any.whl.

File metadata

File hashes

Hashes for drf_health_check-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 6fad482f7343918636780b691e5d56521c5580b7c4c1a8d9928275ff112ab8b5
MD5 8c8f41e3b938e9af9e0c8139de9dceab
BLAKE2b-256 0e5dd343217b2e6688ee5df2202a5ba5d728ff9cdcebccb4007684364af1226f

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