https://questionly.app/
This video should maybe be called How to debug django code in docker using pdb.
In this video I show you how to set up a docker yml file so that you can debug your django python code inside docker.
As a django developer you will often have to debug your code. Many companies containerize their projects with software such as docker so it's very useful to know how to debug your django code inside a dockerized environment.
We use the standard python debugger or pdb to debug django code in this video.
This video also demonstrates how to use the python debugger.