tJango/.vscode/settings.json
2024-06-30 17:36:29 +03:00

9 lines
No EOL
257 B
JSON

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