Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
/ django-extlog Public archive

Extended log for Django, tracks changes in values of fields.

License

Notifications You must be signed in to change notification settings

axiacore/django-extlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-extlog

Latest PyPI version Number of PyPI downloads

Extended log for Django, tracks changes in values of fields.

Installation

Installing from pypi (using pip):

pip install django-extlog

Installing from github:

pip install -e git://github.com/AxiaCore/django-extlog.git#egg=django-extlog

Quick Setup

  1. Add django_extlog to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'django_extlog',
    )
    
  2. Add AuditLoggingMiddleware to your MIDDLEWARE_CLASSES setting:

    MIDDLEWARE_CLASSES = (
        ...
        'django_extlog.middleware.AuditLoggingMiddleware',
    )
    

Screenshots

http://axiacore.github.io/public/img/docs/extlog-admin-list.png

http://axiacore.github.io/public/img/docs/extlog-admin-detail.png

About

Extended log for Django, tracks changes in values of fields.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages