📌Articles tagged # django

Generic Class-Based Views in Django
Generic Class-Based Views in Django

Learn how to use Django’s Generic Class-Based Views to build CRUD applications quickly and efficiently. This tutorial covers ListView, DetailView, CreateView, UpdateView, and DeleteView, helping you reduce repetitive code and develop dynamic databas…

Read More By echrif | Apr 08, 2026
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
Django Beginner Projects and Core Skills - Complete Summary and QCM Quiz
Django Beginner Projects and Core Skills - Complete Summary and QCM Quiz

This post provides a complete recap, covering essential concepts such as building a blog application, working with forms and ModelForms, implementing CRUD operations, using template inheritance, displaying user messages, and handling custom 404 erro…

Read More By echrif | Apr 07, 2026
Mini Blog Manager with CRUD, Forms, Messages, and Custom 404 Page
Mini Blog Manager with CRUD, Forms, Messages, and Custom 404 Page

Mini Blog Manager is a beginner-friendly Django project that teaches students how to build a real blog system with CRUD operations. It covers creating and displaying posts, working with forms and ModelForm, reusing layouts with template inheritance,…

Read More By echrif | Apr 07, 2026