Metadata-Version: 1.0
Name: django-logentry-admin
Version: 0.1.0
Summary: Add Django LogEntries the the Django admin site
Home-page: http://github.com/yprez/django-logentry-admin
Author: Yuri Prezument
Author-email: y@yprez.com
License: LICENSE.txt
Description: =====================
        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 <http://djangosnippets.org/snippets/2484/>`_
        
        
        Installation
        ============
        
        To install this application into your project, just add it to your
        ``INSTALLED_APPS`` setting::
        
            INSTALLED_APPS = (
                ...
                'logentry_admin',
            )
        
Platform: UNKNOWN
