Skip to main content

Add Django LogEntries the the Django admin site

Project description

Add Django LogEntries the the Django admin site.

Allows to view all log entries in the admin.

Based on: Django snippet 2484

Installation

Install by using pip or easy_install:

pip install django-logentry-admin

Or install from source:

git clone git@github.com:yprez/django-logentry-admin.git
cd django-logentry-admin
python setup.py install

To add this application into your project, just add it to your INSTALLED_APPS setting:

INSTALLED_APPS = (
    ...
    'logentry_admin',
)

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-logentry-admin-0.1.2.tar.gz (2.5 kB view hashes)

Uploaded Source

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