Re: How to track changes changes, deletions and creations of records on django site

2020-07-28 Thread Ramez Ashraf
Also Check out this https://github.com/etianen/django-reversion/ On Monday, July 27, 2020 at 5:30:12 PM UTC+2, Hector Berrones wrote: > > Hi, Thanks for reading me, does anyone can advice to me about how can have > record of changes, deletions and creations on a django app, > I was trying creati

Re: How to track changes changes, deletions and creations of records on django site

2020-07-27 Thread Hector Berrones
Thank you Brother, I will check it out right away. On Mon, Jul 27, 2020, 10:32 AM Miracle wrote: > This should work > > > https://django-simple-history.readthedocs.io/en/latest/ > > On Mon, 27 Jul 2020, 4:30 pm Hector Berrones, > wrote: > >> Hi, Thanks for reading me, does anyone can advice to

Re: How to track changes changes, deletions and creations of records on django site

2020-07-27 Thread Miracle
This should work https://django-simple-history.readthedocs.io/en/latest/ On Mon, 27 Jul 2020, 4:30 pm Hector Berrones, wrote: > Hi, Thanks for reading me, does anyone can advice to me about how can have > record of changes, deletions and creations on a django app, > I was trying creating a fie

How to track changes changes, deletions and creations of records on django site

2020-07-27 Thread Hector Berrones
Hi, Thanks for reading me, does anyone can advice to me about how can have record of changes, deletions and creations on a django app, I was trying creating a field in the model to save the Current authenticated user but I have't been able to get the user ID and I would't like to make that field th