feat: user

This commit is contained in:
Tahinli 2024-06-29 03:03:21 +03:00
parent 5dd685e882
commit ef4ca9ab6a
17 changed files with 244 additions and 85 deletions

View file

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