Extended log for Django, that tracks changes in models.
Project description
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', )
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-extlog-0.8.tar.gz
(4.2 kB
view details)
File details
Details for the file django-extlog-0.8.tar.gz
.
File metadata
- Download URL: django-extlog-0.8.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4432ef26ef2a2d62e00fe0c12f57f90d9f62821de4d9a0018a227e81f55652cf
|
|
MD5 |
e8f8c608da125f8ef879705093ba4c2e
|
|
BLAKE2b-256 |
6cf325618b4525833ea15c47232d4759a9c6ffcc9fff5c67e8f2f175fe323dff
|