Added django-simple-history library

This commit is contained in:
Keannu Christian Bernasol 2023-03-19 20:53:34 +08:00
parent c68ed63674
commit 869d8db7dc
3 changed files with 11 additions and 2 deletions

View file

@ -13,6 +13,7 @@ python-decouple = "*"
pytz = "*"
python-dotenv = "*"
whitenoise = "*"
django-simple-history = "*"
[dev-packages]
autopep8 = "*"