Tracing is a Django app to trace changes in models.
Detailed documentation is in the "docs" directory.
-
Add "tracing" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'tracing', ]
-
Run
python manage.py migrate
to create the tracing migrations. -
Continue