Allows to read log files from disk with a tail like web console on Django admin interface.
Project description
- Version:
- 1.2
- Source:
Allows the viewing of any log file entries in real time directly from the Django admin interface. It allows you to filter on logs with regex and offer also a log clipboard for save desired log lines to the django db.
Demos
Demo Video
Requirements
Django > 1.8
Python 3.x or 2.X
Sessions enabled
Installation
Install the package with pip install django-logtailer
Add it to the INSTALLED_APPS in your SETTINGS
add to urls.py: url(r’^logs/’, include(‘logtailer.urls’)),
Run manage.py migrate for create the required tables
Run manage.py collectstatic
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
Built Distribution
File details
Details for the file django-logtailer-1.2.0.tar.gz
.
File metadata
- Download URL: django-logtailer-1.2.0.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b73386478ec888055acf252cec96bf5d019d956636e0090d85993b9dca4c5bf9 |
|
MD5 | 27646c6b85541bdcd3c9a6913c321e59 |
|
BLAKE2b-256 | a7ec545a1cd8e6448a48ad2a65583e1e32e017168df211b2e7e3f7f70db9deb1 |
File details
Details for the file django_logtailer-1.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_logtailer-1.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 37.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 958078fbb6cfc64fdd5f3524cc64dd855e102e6b6647184293abef28d5b3d6f7 |
|
MD5 | e585dbd4d6e4009a0e63a480ea3578b4 |
|
BLAKE2b-256 | d430a42ae43615b20d4a6a5cca38020bda74b509041bd1a75b95f281b4805102 |