From the browser to the back end, the ‘boring’ choice is exciting again. We look at three trends converging to bring SQL back ...
This is a PostgreSQL Docker image to automatically upgrade your database. Its whole purpose in life is to automatically detect the version of PostgreSQL used in the existing PostgreSQL data directory, ...
FSM really helps to structure the code, and centralize the lifecycle of your Models. Instead of adding a CharField field to a django model and manage its values by hand everywhere, FSMFields offer the ...