Hi,

I need to add a basic audit capability to a django app. There seem to be 
lots of superficially similar apps and modules around: django-audit, 
django-audit-log, AuditTrail, SimpleHistory. Does anyone have any experience 
with these or recommendations?

The models I need to track are quite simple: A, B, C where A has a 
many-to-one relationship with B, and B has a many-to-one relationship with 
C. I'd like to track create/update/delete operations together with the name 
of the user making the change, and present a table that can be filtered by 
the name of a C instance, or by the name of the user/editor.

Thanks for any advice you can offer,

Brian

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/ZjWvsBbrmS0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to