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 Form

Form handling is one of the major parts of back end development. In this lesson, we have seen how to handle form submissions with Django. In general, there are two types of requests GET and POST.

Lesson Discussions