Django is a free and open-source, Python-based web framework that follows the model–template–views (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organisation established in the US as a 501(c)(3) non-profit.

Learning Python Django Step by Step

Step 1: Introduction to Django

Step 2: Django Installation

Step 3: Create a first Django Project and Django Application

Step 4: Understanding Django Project and Application folder/directory structure

Step 5: