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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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