2024-06-28 00:56:50 +03:00
|
|
|
{
|
2024-06-29 03:03:21 +03:00
|
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
|
|
|
"python.analysis.indexing": true,
|
|
|
|
"python.analysis.packageIndexDepths":[["rest_framework", 5, true]],
|
2024-06-28 00:56:50 +03:00
|
|
|
"cSpell.words": [
|
2024-06-30 17:36:29 +03:00
|
|
|
"authtoken",
|
2024-06-28 00:56:50 +03:00
|
|
|
"viewsets"
|
|
|
|
]
|
|
|
|
}
|