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

A Customer Model To A Order Model That Has Price Values In Django

I was trying to build a restaurant management app using Django, my Customer model has a name, order… Read more A Customer Model To A Order Model That Has Price Values In Django