Saturday, December 16, 2017

How to implement history/track changes for all users

I have an app that keeps a database of products and parts of products that allows users to authenticate via their Office365 account. I'd like to track all the changes all users make (create, update, delete), which I want to make view-able by all users. It looks like there are a couple of packages that might be good for this - django-revision and django-simple-history. Does anyone have any experience with either of these packages and know if they can do what I'm trying to do? Any suggestions on which to use? I read the docs on these but since I'm still pretty new to django most of it I think is over my head. I'll have to learn as I go but wanted to get perspectives from people who have more experience than me. Thanks

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/74967fe1-9c5c-466f-9a41-c330838de416%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment