SSuryainsuryeah.hashnode.dev·Aug 28, 2024 · 4 min readDatabase Modeling in Django (Models)Before delving into the concept of Database Modeling in Django we must know the basic of MTV architecture that is followed by Django , MTV stands for Model , Template & View where Templates are the skeletal structure of your basic Web page format and...00
SSuryainsuryeah.hashnode.dev·Aug 21, 2024 · 5 min readRouting Multi-Apps in Django FrameworkHow to Manage Multi-Application Routing in a single Django Project Basic Understanding : Before diving into the URL Routing of multi-app web pages , we must be self-aware about the key terminologies of the functionality that is working behind the sc...00