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