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 ...
This repository includes Dockerfile and docker-compose.yml files so you can easily setup and start to experiment with django-bootstrap-modal-forms running inside of a container on your local machine.