Build an Ecommerce with Django

Getting Started

Routing

Database & ORM

Templates

Forms

Authentication

The Ecommerce Models

Django Model Relationships

Making the ecommerce

Django ORM

Django comes up with an amazing feature called ORM (Object Relational Mapping). Just create an instance of your model and call a method, Django will create the equivalent SQL code and perform the query on database. This lesson will provides a brief idea of how ORM works.

Lesson Discussions