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

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

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?