Allows download django log file via api
Project description
django-log-api
Allows download django log file via api
Requirements
- django > 2.2
- djangorestframework >= 3.9.2
- tailhead
Installation
- Install package
pip install django-log-api
# or
poetry add django-log-api
- Add to the INSTALLED_APPS
settings.py
INSTALLED_APPS = [
...,
"log_api",
]
- add to urls.py
path(r"logs/", include("log_api.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-log-api-0.1.1.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for django_log_api-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16fb4b8f28694b6bb550cd997d4b9b39a43918bc40e8261d4ea0e609db05f718 |
|
MD5 | 406d1e134578381673f5601b4436528e |
|
BLAKE2b-256 | a6b413da60a1cab68f98e99af603cd0c755106a9b9ca79b687a52719d704a7a2 |