[Answered ]-When are post_save() signals executed in Django?

1👍

I used the debugger to solve this doubt and in turns out the signal executes after the super() and then the rest of the save() method is executed.

Leave a comment