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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-logentry-admin-0.1.2.tar.gz
.
File metadata
- Download URL: django-logentry-admin-0.1.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
40ef77ae5b1f715d662f3dfe86af4df5944e328ca8c0e3f317249e5438d9890b
|
|
MD5 |
f348067d68add85d6cb862164007f21d
|
|
BLAKE2b-256 |
641893a59522b81025d59caf65f3d87b8b5913fac54be726da5e3ed736b6611e
|