Skip to main content

Plugin to show logfiles in the admin pane of a django project

Project description

Django Logfiles

This Django Admin plugin provides a simply way to view logfiles from the Django Admin panels.

Install it on your system using PIP:

pip install django-logfiles

Configuration can be set in settings.py:

INSTALLED_APPS = [
    ...  # All other apps
    'logfiles'
]

LOGFILES = {
    'PATHS': ['/var/log/**.log'],
    'TAIL': 100,
    'SORT': ('-date',)
}

All settings are optional, so even if you don't provide any settings, the above settings are the default settings.

The example project allows to play around with the plugin. It comes with an SQlite3 database with one superuser named test and password test.

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_logfiles-1.0.0.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

django_logfiles-1.0.0-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file django_logfiles-1.0.0.tar.gz.

File metadata

  • Download URL: django_logfiles-1.0.0.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.1

File hashes

Hashes for django_logfiles-1.0.0.tar.gz
Algorithm Hash digest
SHA256 36d37d9896eecdcbe6171d3932539bc6b46cb6168f259997e95f0cc481761429
MD5 b6bd1c93ff10e6476a3eb5add4945d65
BLAKE2b-256 7da12e3b2047414fe2d916037153086ca194c3de144c05dba4efa52d75837e37

See more details on using hashes here.

Provenance

File details

Details for the file django_logfiles-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_logfiles-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 870c5cfd521774c0a9bf9fe68117bd7a59ebd4b5910024584b6667d449b58ae1
MD5 addcdbbbb23d1936b783d7f845c00e27
BLAKE2b-256 adb04d74bc0438537bc207dbbae63c9a81d06ea905a28c95dbdb9b86fa2b5778

See more details on using hashes here.

Provenance

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