Creating a log for any changes in any model data i.e creation, updation and deletion??

2019-06-24 Thread Brandon Rosenbloom
I did this using Django signals. Here’s the documentation: https://docs.djangoproject.com/en/2.2/topics/signals/ -- 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

WORKFLOWS

2019-06-24 Thread Brandon Rosenbloom
I know of developers which have used viewflow to accomplish this. Here’s a link: https://github.com/viewflow/viewflow -- 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

Anyone is able to delete or update other's post through url

2019-06-24 Thread Brandon Rosenbloom
I’m kind of new to this as well but figured I would take a stab at this. It seems to me that if you wanted to prevent users from deleting posts that weren’t theirs, the appropriate course of action would be to simply remove their ability to access the delete method in the first place. I would

Creating a log for any changes in any model data i.e creation, updation and deletion??

2019-06-24 Thread Brandon Rosenbloom
Try using Django signals https://docs.djangoproject.com/en/2.2/topics/signals/ -- 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