Skip to content

Instantly share code, notes, and snippets.

@vvvlad
vvvlad / launch
Last active October 12, 2021 06:19
debug django with javascript in vscode
{
"version": "0.2.0",
"configurations": [
{
"name": "Django",
"type": "python",
"request": "launch",
"stopOnEntry": false,
"program": "${workspaceFolder}/manage.py",
"args": [