Django ORM in a nutshell
Python's Django framework, would not be complete if it did not include a way to interact with databases. The feature that makes it more powerful is its ORM.
What is ORM
ORM (Object-Relational Mapping) is a technique that uses an object-oriented para...
doroh.hashnode.dev5 min read