diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 806f5217..f27a5a17 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,9 @@ "ms-python.python", "ms-python.vscode-pylance", "ms-python.debugpy", - "charliermarsh.ruff" + "charliermarsh.ruff", + "batisteo.vscode-django", + "shamanu4.django-intellisense" ], "settings": { "python.linting.enabled": true,