When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

MichiganX: Building Web Applications in Django
This second course in Django for Everybody explores data models in Django and how it communicates with a database. This course also explores basic Structured Query Language (SQL) and database modeling and how they work in the Django model.

This Course Includes
edx
0 (0 reviews )
4 weeks at 2-4 hours per week
english
Online - Self Paced
course
MichiganX
About MichiganX: Building Web Applications in Django
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.
What You Will Learn?
- 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 .