Andrey Baryshnikov
Andrey Baryshnikov

Reputation: 801

Django tracking data changes done by users

How can i track changes on data done by django users and save them in audit tables with user_ID? Is there is any application what can do that? I'am using postgres and now for audit i'am using this util : http://dklab.ru/lib/dklab_rowlog/ but in this case i cant pass USER_ID into trigger..

Upvotes: 0

Views: 653

Answers (1)

Burhan Khalid
Burhan Khalid

Reputation: 174624

See django-audit-log

Upvotes: 2

Related Questions