Models In Django-Free Django Tutorials
Objects in Django In object-oriented programming there is a concept called object.The idea behind object is that instead of writing everything as a sequence programming instructions,we can model things and can also define how they interact with each other. So object is a collection of actions and properties.Let’s understand it by example. Suppose if we …