Sign in
There are a total of 7 posts.
Published Dec 22, 2025 by whitedec
Relearning Django from Scratch: A Roadmap Starting with HTTP
Relearn Django from scratch by starting with HTTP basics and a roadmap. Master Function-Based Views first, then move to…
Published Jun 11, 2025 by whitedec
Exploring Class-Based Views (CBV) Series ⑦ - Utilizing Mixins and Permission Management
Learn how to modularize common functionalities using Django Mixins and automate permission management with LoginRequire…
Published Jun 09, 2025 by whitedec
Exploring Class-Based Views (CBV) Series ⑥ - How to Use TemplateView & RedirectView
Automate static pages and URL redirection with Django TemplateView and RedirectView. Discover practical view strategies…
Published Jun 08, 2025 by whitedec
Exploring Class-Based Views (CBV) Series ⑤ – Implementing CRUD with CreateView, UpdateView, and DeleteView
Automate Django CRUD with CreateView, UpdateView, and DeleteView. Quickly build web apps using generic views to enhance…
Published Jun 07, 2025 by whitedec
Exploring Class-Based Views (CBV) Series ④ - How to Use ListView & DetailView
Automate listing and detail pages with Django ListView and DetailView. Explore practical strategies to implement pagina…
Published May 30, 2025 by whitedec
Exploring Class-Based Views (CBV) Series ③ - Simplifying Form Handling with FormView
True developers use FormView. Here’s a practical strategy for designing Django form handling to be the most structured …
Published May 23, 2025 by whitedec
Exploration Series of Class-Based Views (CBV) ① Reasons to Transition from FBV to CBV and the Developer's Mindset
Learn about effective development practices in Django through the structural differences between FBV and CBV, and explo…