filmov
tv
Debugging a Dockerized Django app with VSCode
Показать описание
How to create and debug a Django app that runs in Docker when using VSCode.
Resources:
00:00 - WHY we use Docker
01:36 - What we’re doing in this tutorial
01:57 - Installing dependencies
02:58 - Create new directory to use for project
03:35 - Open project in VSCode
03:48 -Add README.md file
04:07 - Add .gitignore file for the Python project
04:58 - Creating a Django project within our directory
06:18 - One line command to create Django project in Docker
10:50 - Create the template Docker configuration files in VSCode
13:00 - Modify the template files
14:07 - Modify our Docker file
15:58 - Build our Docker image
16:30 - Start our service
17:02 - Make changes to Docker compose file so VSCode debugger works
17:48 - Change the launch file
18:57 - Test the debugger tools
19:13 - Add a new sample Django view to use for testing
20:30 - Place a breakpoint in code to test
21:18 - Testing the debugger
Resources:
00:00 - WHY we use Docker
01:36 - What we’re doing in this tutorial
01:57 - Installing dependencies
02:58 - Create new directory to use for project
03:35 - Open project in VSCode
03:48 -Add README.md file
04:07 - Add .gitignore file for the Python project
04:58 - Creating a Django project within our directory
06:18 - One line command to create Django project in Docker
10:50 - Create the template Docker configuration files in VSCode
13:00 - Modify the template files
14:07 - Modify our Docker file
15:58 - Build our Docker image
16:30 - Start our service
17:02 - Make changes to Docker compose file so VSCode debugger works
17:48 - Change the launch file
18:57 - Test the debugger tools
19:13 - Add a new sample Django view to use for testing
20:30 - Place a breakpoint in code to test
21:18 - Testing the debugger
Debugging a Dockerized Django app with VSCode
Debug Django inside Docker Container using docker compose
How To Debug Python/Django Code In Docker Using Pdb
Django debugging with docker-compose in PyCharm
Remote Debugging Django Apps in Docker
Debug Python Application in Docker using PyCharm
Debug Flask inside Docker Container using docker compose
Mastering Django Debug Toolbar: Efficient Debugging and Optimization Techniques
How to use Debugger with Django in Pycharm || The Codrammers
How To Debug a Django Application in VS CODE (Visual Studio Code)
Debugging local and remote containerized apps with Docker Debug — DockerCon 2023 Keynote Highlight
Build and run Django in Docker in 10 minutes (+ bonus tips)
How to debug Docker containers! (Python + VSCode)
Dockerize a Django application I Re-optimized
Dockerize your Django App: Optimize the build speed of your (Python/Django) Docker Images
How to Debug a Python app in Docker using NerdVision
Debugging Django Application in VSCode (Part 2)
Dockerize your Django Application - Part 1/3
Production ready Dockerized Django app
How to Run and Debug Python Inside Docker Containers Using VSCode
Django: Debug django views in vscode
Prepare a Django app for Deployment using Docker
testing django with pycharm docker
Django Debug Toolbar - A Tool to Help You With Your Django Projects
Комментарии