Build an Ecommerce with Django

Getting Started

Routing

Database & ORM

Templates

Forms

Authentication

The Ecommerce Models

Django Model Relationships

Making the ecommerce

Virtual Environment Setup

In this lesson, we install and set up a virtual environment to work on our Django project. The main purpose of Python virtual environments is to create an isolated environment for each Python project. This means that each project can have its own dependencies, regardless of what dependencies every other project has.

Lesson Discussions