Skip to main content

Editable non-cached monitorization path for Django

Project description

GitHub Workflow Status PyPI GitHub

django-uptime

Editable non-cached monitorization path for Django

Installation

To install django_uptime simply run:

   pip install django-uptime

Configuration

We need to hook django-uptime into our project.

  1. Put django_uptime into your INSTALLED_APPS at settings module:
   INSTALLED_APPS = (
       # other apps
       "django_uptime",
   )
  1. Include the desired url path into your projects main urls.py file:
   from django.urls import include, path

   urlpatterns = [
      ...
      path('ok/', include('django_uptime.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

django_uptime-0.5.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

django_uptime-0.5-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page