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
-
Add "tracing" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'tracing', ]
-
Run
python manage.py migrate
to create the tracing migrations. -
Import the BaseModel class and add it to your models
Example
from tracing.models import BaseModel
class ExampleModel(BaseModel):
pass
- 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
Built Distribution
File details
Details for the file gmcm_django_tracing-2.0.2.tar.gz
.
File metadata
- Download URL: gmcm_django_tracing-2.0.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c25b5b4168b347ce5184cb1578836c6456ee2e21d7c60e86448dd8a836d30c97 |
|
MD5 | 4d9eb83a8be33b3fc06acbf6130c97f7 |
|
BLAKE2b-256 | 7053b7de4c3ff651b5da2024b28597b558af739d3a5f7f7c52fe508519bed7da |
File details
Details for the file gmcm_django_tracing-2.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: gmcm_django_tracing-2.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a760fbb60645bd40623d968f1ed0d185bb5e9fb4cc807a5a061dfa67cf56b3b |
|
MD5 | ea325e67a483260f1b9f8ef03fa8611e |
|
BLAKE2b-256 | f6b01a29bc71df5cc209a73be49a8a9ed58d7b33ce39fe0bce9662525eb5291d |