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',
)
Release files for django-logentry-admin 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-logentry-admin-0.1.2.tar.gz | 2.5 kB | Details |
Release files / django-logentry-admin-0.1.2.tar.gz
| Download URL | django-logentry-admin-0.1.2.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
40ef77ae5b1f715d662f3dfe86af4df5944e328ca8c0e3f317249e5438d9890b
|
|
BLAKE2b-256 checksum How to use checksums |
641893a59522b81025d59caf65f3d87b8b5913fac54be726da5e3ed736b6611e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |