Fixed user serializer still using django default user

This commit is contained in:
Keannu Christian Bernasol 2023-07-03 21:22:06 +08:00
parent 05d9dbd296
commit e567b5d399
4 changed files with 50 additions and 12 deletions

View file

@ -10,6 +10,7 @@ python-dotenv = "*"
djoser = "*"
pillow = "*"
whitenoise = "*"
djangochannelsrestframework = "*"
[dev-packages]