Metadata-Version: 1.0
Name: django-adminstat
Version: 0.1.0
Summary: Simple app, provides django's LogEntry objects admin. It can be used to collect inforabout staff users actions on site
Home-page: UNKNOWN
Author: Ivan Gromov
Author-email: ivan.gromov@redsolution.ru
License: AGPLv3
Description: Django-adminstat's documentation
        ================================
        
        This is **very simple** application that provides admin class for Django's ``LogEntry`` model.
        
        If you want to view changes made by concrete staff user this app is for you.
        
        Intall
        ------
        
        Insert ``adminstat`` in your ``INSTALLED_APPS`` and grant permissions for users who can view statistics. Permissions called like ``admin.can_***_logentry``.
        
        Result
        -------
        
        Look at the result in django admin page.
        
        .. image:: https://github.com/redsolution/django-adminstats/raw/master/docs/source/screenshot.png
        
Keywords: django admin log
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: Russian
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Utilities
