mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-05-16 11:28:14 +08:00
Added user account functionality
This commit is contained in:
parent
7a7c922963
commit
21cb6eb850
14 changed files with 483 additions and 4 deletions
3
Pipfile
3
Pipfile
|
@ -5,8 +5,11 @@ name = "pypi"
|
|||
|
||||
[packages]
|
||||
django = "*"
|
||||
djangorestframework = "*"
|
||||
djoser = "*"
|
||||
|
||||
[dev-packages]
|
||||
autopep8 = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue