Skip to main content

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')),
      ...
   ]

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 details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 3

File details

Details for the file django_uptime-0.5.tar.gz.

File metadata

  • Download URL: django_uptime-0.5.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for django_uptime-0.5.tar.gz
Algorithm Hash digest
SHA256 13f53c52b6915c4382f09e7170a52358d2cbcf370ce734b7feeae5bdc200ee34
MD5 b7500082b1a1f24141df7af6ffb89a07
BLAKE2b-256 6e6e8fd21d9b92d84e3c2d1aa64ee676a699b9a6bd389701cc967a7038734d95

See more details on using hashes here.

File details

Details for the file django_uptime-0.5-py3-none-any.whl.

File metadata

  • Download URL: django_uptime-0.5-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for django_uptime-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 99fa4a03ad9f50820a932cd4302d514122cb731c4414affa90a596fb92fbed8a
MD5 9314dc5342798bdb94e4d4a90f1b8f6e
BLAKE2b-256 c3683a5b71970970cd837a80ee4bf3e6c534417d6bf473993a476b5986d5f958

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.5 This release

2 files

0.2

2 files

0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page