InstallationΒΆ
django-health-monitor is available on PyPI and can be installed using pip:
$ pip install django-health-monitor
After installing, add 'health_monitor' to INSTALLED_APPS in settings.py.
Note
Please see the Django Documentation for officially supported versions of Django and Python to ensure proper application behavior. Also see Travis CI for current test statuses.