Skip to main content

Logging django models changes.

Project description

https://travis-ci.org/kindlycat/django-simple-log.svg?branch=master https://coveralls.io/repos/github/kindlycat/django-simple-log/badge.svg?branch=master https://img.shields.io/pypi/v/django-simple-log.svg

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


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)

Uploaded Source

Built Distribution

django_simple_log-0.4.0-py2.py3-none-any.whl (23.5 kB view details)

Uploaded Python 2 Python 3

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

Hashes for django-simple-log-0.4.0.tar.gz
Algorithm Hash digest
SHA256 dcbf995dc170f76b82c424fc8e7047e7e27d3eb17bc9e9364c796c8625616027
MD5 ce0a7d8e8061fd563995071f4ddbd7a9
BLAKE2b-256 50d5313a40d0264fdb5459111ba0ca02f433467407905be120d2c85a22243b56

See more details on using hashes here.

Provenance

File details

Details for the file django_simple_log-0.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_simple_log-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 454261b06dbe6e9f7b5a7953340733a1e60b75833ced6de104d5982c56ccbd02
MD5 f2746e80328e41bc3a0ee113bfbbdb45
BLAKE2b-256 a0353d9ddf90e2e269268329a42be161d8d228259511880ddde182e59c155031

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page