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.4.0.tar.gz
(23.6 kB
view details)
Built Distribution
File details
Details for the file django-simple-log-0.4.0.tar.gz
.
File metadata
- Download URL: django-simple-log-0.4.0.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcbf995dc170f76b82c424fc8e7047e7e27d3eb17bc9e9364c796c8625616027 |
|
MD5 | ce0a7d8e8061fd563995071f4ddbd7a9 |
|
BLAKE2b-256 | 50d5313a40d0264fdb5459111ba0ca02f433467407905be120d2c85a22243b56 |
Provenance
File details
Details for the file django_simple_log-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_simple_log-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 454261b06dbe6e9f7b5a7953340733a1e60b75833ced6de104d5982c56ccbd02 |
|
MD5 | f2746e80328e41bc3a0ee113bfbbdb45 |
|
BLAKE2b-256 | a0353d9ddf90e2e269268329a42be161d8d228259511880ddde182e59c155031 |