Intermediate Django Development
Part of Django
Parent Category
Django
Related Subcategories
Articles in Intermediate Django Development
Read the latest articles published in this section.
Class-Based Views in Django
Learn how to use Class-Based Views (CBVs) in Django to write cleaner and more reusable code. This tutorial covers the basics of CBVs and introduces powerful generic views like TemplateView, ListView, and DetailView to build dynamic pages efficiently.
Relationships in Django Models
Learn how to connect models in Django using ForeignKey, OneToOneField, and ManyToManyField. This tutorial explains how to design relationships, query related data, and build real-world database structures efficiently.