Django Day 1: installation and Setup Guide
What is Django?
It follows:
โ
MVT Architecture (Model-View-Template)
โ
Built-in Admin Panel
โ
ORM (No need to write raw SQL)
โ
Secure by default
๐ Step 1: Install Python
Django is built on Python, so first check if Python is installed.
๐น Chec...
codewithfaisal.hashnode.dev2 min read