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 Project

In this lesson, we have created our first Django project by using the CLI utility provided by django.

django-admin startproject project1

Lesson Discussions