Debugging a Dockerized Django app with VSCode
I am a huge advocate for integrating Docker into your development process.
There are many benefits to this, such as:
Consistent developer environmentsParity of development and production environmentsDependency isolation from your…