I’ve seen a lot of different ways to set up a Django project, but I believe that the development environment of Django should always be containerized with Docker. The reason being, I know how frustrating it is to have to manually set up the testing database, destroy it, and re-create…