Move back to Python 🙃

This commit is contained in:
Joakim Hellsén 2024-02-18 22:00:28 +01:00
commit d7be14f5a2
60 changed files with 757 additions and 5605 deletions

9
.vscode/launch.json vendored
View file

@ -5,11 +5,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"name": "Python Debugger: Django",
"type": "debugpy",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}"
"program": "${workspaceFolder}\\manage.py",
"args": ["runserver"],
"django": true
}
]
}