Build an Ecommerce with Django

Getting Started

Routing

Database & ORM

Templates

Forms

Authentication

The Ecommerce Models

Django Model Relationships

Making the ecommerce

Django admin and manage.py

In this lesson, we discussed the django-admin and manage.py. While both of these two provides the exact same thing but django-admin is for system wide usage and manage.py is for project wide usage.

Lesson Discussions