How To Debug Python/Django Code In Docker Using Pdb

preview_player
Показать описание

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.
Рекомендации по теме
Комментарии
Автор

As always feel free to ask any questions.

Monkhaus
Автор

Great video! It helped me a lot!! Thanks!! :D

sandypearls
Автор

Can we debug and single step inside VSCode when working with cookiecutter-django inside docker?

MrNiceseb
Автор

Hi, I have a request. Please create a tutorial on multiple file upload to folder using Django and vuejs

rangabharath