FUFaisal Usmaniincodewithfaisal.hashnode.devĀ·Feb 11 Ā· 2 min readDjango Day 1: installation and Setup GuideWhat 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...00