Installed django simple history and fixed models.py return __str__

This commit is contained in:
Keannu Christian Bernasol 2023-03-07 15:26:44 +08:00
parent 7db50e72e5
commit ad866ca05f
6 changed files with 157 additions and 119 deletions

View file

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