Metadata-Version: 2.1
Name: django-security-logger
Version: 1.4.5
Summary: Django security library.
Home-page: https://github.com/druids/django-security
Author: Lubos Matl
Author-email: matllubos@gmail.com
License: MIT
Keywords: django,throttling
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Czech
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Description-Content-Type: text/x-rst
License-File: LICENSE

Prolog
======

Django-security-logger is library for logging input and output request. Library can be used with django-reversion to log which data was changed in a request.
The library provides throttling security mechanism.

Installation
------------

.. code:: bash

    pip install django-security-logger


Docs
----

For more details see [docs](http://django-security-logger.readthedocs.org/)


