If you are going to deploy a python project (eg django) via docker (is that a good idea?) would you develop the code inside a container on your dev machine using a bind point?
Is that a "normal" dev pipeline these days?
I feel like there are benefits to developing it in a deploy-like environment but not if it's a hassle to setup and maintain... Any thoughts appreciated!