Added products model

This commit is contained in:
Keannu Christian Bernasol 2023-03-05 21:56:48 +08:00
parent 62237c9a3c
commit d98c88482d
14 changed files with 98 additions and 3 deletions

View file

@ -8,6 +8,7 @@ django = "*"
djangorestframework = "*"
djoser = "*"
djangorestframework-simplejwt = "*"
django-cors-headers = "*"
[dev-packages]
autopep8 = "*"