tJango/.vscode/settings.json
2024-06-29 03:03:21 +03:00

8 lines
No EOL
236 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.analysis.indexing": true,
"python.analysis.packageIndexDepths":[["rest_framework", 5, true]],
"cSpell.words": [
"viewsets"
]
}