datapunt-django-audit-log

A simple Django app to enable audit logging


Keywords
deprecated
License
MPL-2.0
Install
pip install datapunt-django-audit-log==0.4.0

Documentation

DataPunt Audit Log

This repository is deprecated in favor of two separate repositories and will be removed soon:


This repository consists of a plain python package (datapunt-audit-log) and a Django app (datapunt-django-audit-log) that includes that package.

The python package provides a simple AuditLogger class which can be used to do raw audit logging in a uniform way. The Django app adds a middleware and some helper classes to make logging from Django even easier.

See the corresponding README's for further details.

- Datapunt Audit Log

- Datapunt Django Audit Log