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

Uploaded Source

Built Distribution

django_logfiles-1.0.2-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_logfiles-1.0.2.tar.gz
  • Upload date:
  • Size: 13.9 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.2.tar.gz
Algorithm Hash digest
SHA256 3ea03614f8f1a3cfa96d6297d4b8ff134a35c53a69b6720094c1363b0cdcf35a
MD5 74412bb3cfb207d5216d1efdb1e2e026
BLAKE2b-256 ee241bd651cd4a53cb3c2620e4b1a8d9e9db6b36e2c6b52fb84bfe26da467cea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_logfiles-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 31c8a600bcd49d7127b2cab1d51147b0b80a87b76a02415a9bedb8efbbce2c72
MD5 947836e4c5d4c8af558dadb3be69524f
BLAKE2b-256 8a9c0a91b9fe8a8a86728611fb9dad4ab3bd0105de37735f6485e2db1526b502

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