Suryasuryeah.hashnode.dev·Aug 28, 2024Database 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...1 like·39 readsModels in Django
Nischal lamichhaneblog.django-tutorial.dev·Feb 16, 2024Database Relationships in DjangoIntroduction: Django, a high-level Python web framework, empowers developers to build robust and scalable web applications efficiently. One of the key aspects that make Django powerful is its support for database relationships. In this article, we wi...11 likes·56 readsdjango database