Editable non-cached monitorization path for Django
Project description
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.
- Put
django_uptime
into yourINSTALLED_APPS
at settings module:
INSTALLED_APPS = (
# other apps
"django_uptime",
)
- 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
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f53c52b6915c4382f09e7170a52358d2cbcf370ce734b7feeae5bdc200ee34 |
|
MD5 | b7500082b1a1f24141df7af6ffb89a07 |
|
BLAKE2b-256 | 6e6e8fd21d9b92d84e3c2d1aa64ee676a699b9a6bd389701cc967a7038734d95 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99fa4a03ad9f50820a932cd4302d514122cb731c4414affa90a596fb92fbed8a |
|
MD5 | 9314dc5342798bdb94e4d4a90f1b8f6e |
|
BLAKE2b-256 | c3683a5b71970970cd837a80ee4bf3e6c534417d6bf473993a476b5986d5f958 |