Added user model

This commit is contained in:
Keannu Christian Bernasol 2023-11-09 19:48:13 +08:00
parent 6ec649b1c6
commit 1c56369044
15 changed files with 659 additions and 128 deletions

View file

@ -10,6 +10,10 @@ python-dotenv = "*"
whitenoise = "*"
djoser = "*"
django-cors-headers = "*"
drf-spectacular = {version = "*", extras = ["sidecar"]}
django-extra-fields = "*"
pillow = "*"
psycopg2 = "*"
[dev-packages]