Skip to content Skip to sidebar Skip to footer
Showing posts with the label Models

Django "emulate" Database Trigger Behavior On Bulk Insert/update/delete

It's a self expaining question but here we go. I'm creating a business app in Django, and … Read more Django "emulate" Database Trigger Behavior On Bulk Insert/update/delete

How To Execute Cascade On Delete?

I have this model in Django, where a person has the same information from the user provided by Djan… Read more How To Execute Cascade On Delete?