Skip to content

Liberationtech/django-logentry-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-logentry-admin

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 [email protected]: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',
)

About

Add Django LogEntries the the Django admin site

Resources

License

Stars

Watchers

Forks

Packages

No packages published