django-auditware

A Django application for monitoring user activities.


License
BSD-3-Clause
Install
pip install django-auditware==0.0.2

Documentation

Django Auditware

A Django application that tracks user's activity

status-image version-image coverage-image download-image

Overview

Tracks user activity.

How to install

1. easy_install django-auditware
2. pip install django-auditware
3. git clone http://github.com/un33k/django-auditware
    a. cd django-auditware
    b. run python setup.py
4. wget https://github.com/un33k/django-auditware/zipball/master
    a. unzip the downloaded file
    b. cd into django-auditware-* directory
    c. run python setup.py

How to use

Add auditware to your INSTALLED_APP. Then monitor via Django admin.

Running the tests

To run the tests against the current environment:

python manage.py test

License

Released under a (BSD) license.

Version

X.Y.Z Version

`MAJOR` version -- when you make incompatible API changes,
`MINOR` version -- when you add functionality in a backwards-compatible manner, and
`PATCH` version -- when you make backwards-compatible bug fixes.