Build an Ecommerce with Django

Getting Started

Routing

Database & ORM

Templates

Forms

Authentication

The Ecommerce Models

Django Model Relationships

Making the ecommerce

Create Your First Application

In this lesson, we have created our very first Django application inside our existing project. Django provides module-based architecture for out of the box horizontal scaling capabilities. That means you can create multiple applciations inside a project.

Lesson Discussions