About Building Web Applications in Django course
In this course, you will learn how Django interacts with the database through model objects. You will learn Object-Relational Mapping (ORM) for database access and how Django models implement this pattern. We will look at the Object-Oriented (OO) pattern in Python. You will learn the basics of Structured Query Language (SQL) and database modeling, including one-to-many and many-to-many relationships and how they work in SQL and Django models. You will learn how to use the Django console and scripts to work interactively with your application objects.