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.3.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

django_logfiles-1.0.3-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_logfiles-1.0.3.tar.gz
  • Upload date:
  • Size: 14.0 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.3.tar.gz
Algorithm Hash digest
SHA256 9387b68179763b6bba3d4ee76a339fde708e4073bbdb775592f65e6c2007564f
MD5 f2f50e8c14b337020c2c1471c9401811
BLAKE2b-256 9c02410f7af3631044ff782c3c5e2bfbf12c72617686216a7917af63a753e0ab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_logfiles-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 43e2f2f1be0c787432d50eb953f89776a1c16c0da8c35c0a0a0da440d284a49d
MD5 6e93cc21fbf93570e008948df9e06ab6
BLAKE2b-256 5df383676b7871aa010bec6188dd336531be35894b783071cf1f54e448606ba5

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