Django Debugger in VScode | Direct Run Button for Django in Visual Studio Code

preview_player
Показать описание
1- create a project.
2- simply click on the debugger on left side
or go to run bar in top left on the screen.
3- click on the Add configuration

{
"name": "Python: Django",
"type": "python",
"request": "launch",
"args": [
"runserver",
],
"django": true
},

4- copy paste the above para in configuration section.
6- Ctrl-S save it.
7- Now your django debugger is ready Click on Run and on start debugging.

Thanku 😊.
Рекомендации по теме
Комментарии
Автор

I recently watched your video, and it convinced me to switch from Node.js to Django. Your approach made it easy to understand and use. I really appreciate your teachings.

akashchandra
Автор

большое спасибо. я потратил целый час и не смог, но нашел это видео

michaelovechkin
visit shbcf.ru