Fixed timezone for date_created

This commit is contained in:
Keannu Christian Bernasol 2023-03-04 22:07:34 +08:00
parent ec74dbdaf5
commit 5c318d6dbb
6 changed files with 83 additions and 35 deletions

View file

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