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
Add django_extlog to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'django_extlog', )Add AuditLoggingMiddleware to your MIDDLEWARE_CLASSES setting:
MIDDLEWARE_CLASSES = ( ... 'django_extlog.middleware.AuditLoggingMiddleware', )
Release files for django-extlog 0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-extlog-0.8.tar.gz | 4.2 kB | Details |
Release files / django-extlog-0.8.tar.gz
| Download URL | django-extlog-0.8.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4432ef26ef2a2d62e00fe0c12f57f90d9f62821de4d9a0018a227e81f55652cf
|
|
BLAKE2b-256 checksum How to use checksums |
6cf325618b4525833ea15c47232d4759a9c6ffcc9fff5c67e8f2f175fe323dff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |