login route

This commit is contained in:
Timofey
2025-08-29 14:44:26 +03:00
parent d314303066
commit 5a06a625fb
11 changed files with 701 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ djangorestframework-simplejwt = "*"
pycodestyle = "*"
requests = "*"
pyjwt = "*"
drf-spectacular = "*"
[dev-packages]