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.3.5.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

django_simple_log-0.3.5-py2.py3-none-any.whl (23.6 kB view hashes)

Uploaded Python 2 Python 3

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