Build an Ecommerce with Django

Getting Started

Routing

Database & ORM

Templates

Forms

Authentication

The Ecommerce Models

Django Model Relationships

Making the ecommerce

Pass Data to Views

Let's fetch some tasks from the database and pass it to our template. In this lesson we have shared how to pass data to templates from the views.py file

Lesson Discussions