mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-04-27 10:11:24 +08:00
Added user model
This commit is contained in:
parent
6ec649b1c6
commit
1c56369044
15 changed files with 659 additions and 128 deletions
4
Pipfile
4
Pipfile
|
@ -10,6 +10,10 @@ python-dotenv = "*"
|
|||
whitenoise = "*"
|
||||
djoser = "*"
|
||||
django-cors-headers = "*"
|
||||
drf-spectacular = {version = "*", extras = ["sidecar"]}
|
||||
django-extra-fields = "*"
|
||||
pillow = "*"
|
||||
psycopg2 = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue