Build an Ecommerce with Django

Getting Started

Routing

Database & ORM

Templates

Forms

Authentication

The Ecommerce Models

Django Model Relationships

Making the ecommerce

Django Admin

Every modern dynamic website needs an admin panel to modify data and content from that panel. Django has an in-built admin panel that is very powerful and has a good UI to boost the development. In this lesson we have created a superuser to access the admin of our project.

Lesson Discussions