Posts tagged with "fbv"

There are a total of 2 posts.

Exploring Class-Based Views (CBV) Series ③ - Simplifying Form Handling with FormView

Published May 30, 2025 by whitedec

True developers use FormView. Here’s a practical strategy for designing Django form handling to be the most structured and concise, from form validation to red…

#django , #python , #cbv , #fbv , #formview , #tutorial , #code optimization

Exploration Series of Class-Based Views (CBV) ① Reasons to Transition from FBV to CBV and the Developer's Mindset

Published May 23, 2025 by whitedec

Learn about effective development practices in Django through the structural differences between FBV and CBV, and explore directions for enhancing developers' …

#django , #python , #cbv , #fbv , #mvc vs cbv , #class-based view , #web development , #ai code generation