I’ve found the easiest way to start to understand the Django ORM Is by working through either (or both!) of the official Django Tutorial and the Django Girls tutorial. It’ll have you creating models and entering data through web forms, as well as querying that data. Once you’ve completed either one of them, you’ll see how easy it is to use.
2 Likes