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 ...
If you have the Python extension installed, djlint-vscode will use the djLint installed in the currently activated Python environment, unless you have the djlint.useVenv extension setting disabled.