Skip to main content

A Django app for tracing changes in models

Project description

Tracing

Tracing is a Django app to trace changes in models.

This is a fork for django-tracing. Original package in: https://github.com/dbsiavichay/django-tracing

Quick start

  1. Add "tracing" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'tracing', ]

  2. Run python manage.py migrate to create the tracing migrations.

  3. Import the BaseModel class and add it to your models

Example

from tracing.models import BaseModel

class ExampleModel(BaseModel):
    pass
  1. For detail audit, create Audit Rules for your models

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

gmcm_django_tracing-2.0.2.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

gmcm_django_tracing-2.0.2-py2.py3-none-any.whl (10.4 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