Most popular programs
Trending now
9,100 already enrolled!
In this course, you will learn how Django communicates with a database through model objects. You will explore Object-Relational Mapping (ORM) for database access and how Django models implement this pattern. We will review the Object-Oriented (OO) pattern in Python. You will learn basic Structured Query Language (SQL) and database modeling, including one-to-many and many-to-many relationships and how they work in both the SQL and Django models. You will learn how to use the Django console and scripts to work with your application objects interactively.
Describe and build a data model in Django
Apply Django model query and template tags/code of Django Template Language (DTL)
Define Class, Instance, Method
Build forms in HTML