Intermediate Django Development

Part of Django

Articles in Intermediate Django Development

Read the latest articles published in this section.

17 articles
Class-Based Views in Django
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.

Read More By echrif | Apr 08, 2026
Relationships in Django Models
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.

Read More By echrif | Apr 08, 2026