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