django-planet

leandrofga

Blog Info Django – Dev Alvernaz
Blog website Link

State Design in Django – Part 1

May 16, 2024 » Django – Dev Alvernaz » [Archived Version]

This will be a 4 part series on how to integrate State Design in Django. In this first segment, I’ll start by showing how State Design could be applied to python. Introduction State Design is a popular design pattern that allows an object to alter its behavior when its internal state changes. It’s particularly useful […]

Read More