Fix launch.json

This commit is contained in:
2024-06-23 01:44:21 +02:00
parent f495482547
commit fa941345c8

1
.vscode/launch.json vendored
View File

@ -8,7 +8,6 @@
"program": "${workspaceFolder}/manage.py",
"args": [
"runserver",
"--reload",
"--nothreading"
],
"django": true,