Posts tagged with "django"
There are a total of 45 posts.
Exploring Class-Based Views (CBV) Series ⑥ - How to Use TemplateView & RedirectView
Published Jun 09, 2025 by whitedec
Automate static pages and URL redirection with Django TemplateView and RedirectView. Discover practical view strategies for quick setups without code.
#django , #python , #cbv , #templateview , #redirectview , #static page handling , #url redirection , #code simplification
Exploring Class-Based Views (CBV) Series ⑤ – Implementing CRUD with CreateView, UpdateView, and DeleteView
Published Jun 08, 2025 by whitedec
Automate Django CRUD with CreateView, UpdateView, and DeleteView. Quickly build web apps using generic views to enhance both productivity and code quality.
#django , #python , #cbv , #createview , #updateview , #deleteview , #crud , #modelform , #genericviews , #code reuse
Exploring Class-Based Views (CBV) Series ④ - How to Use ListView & DetailView
Published Jun 07, 2025 by whitedec
Automate listing and detail pages with Django ListView and DetailView. Explore practical strategies to implement pagination, sorting, and data output in just a…
#django , #python , #cbv , #listview , #detailview , #generic view , #pagination , #automating data output