Logging django models changes.
Project description
Logging model changes on every create/update/delete (except queryset update).
Full documentation on read the docs.
Installation
Install using pip:
$ pip install django-simple-log
Add to installed apps:
INSTALLED_APPS = ( ... 'simple_log', ... )
Add middleware for detecting user:
MIDDLEWARE = [ ... 'request_vars.middleware.RequestVarsMiddleware', ... ]
Migrate:
$ python manage.py migrate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-simple-log-0.3.10.tar.gz
(15.7 kB
view hashes)
Built Distribution
Close
Hashes for django_simple_log-0.3.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a12f543639ec26c56eadf9dc2ecacc82df2e69f058fd9de440cff8d4f3268c7 |
|
MD5 | a753498139115f449f0ad834d3140f67 |
|
BLAKE2-256 | dd283183ddd2aaadc104dff9ce8c99e8905e884733031a30a5d3a6c212c4c318 |