Added whitenoise library

This commit is contained in:
Keannu Christian Bernasol 2023-03-11 00:14:04 +08:00
parent 62d9009fd7
commit 7ca5948e59
4 changed files with 11 additions and 1 deletions

View file

@ -11,6 +11,7 @@ djangorestframework-simplejwt = "*"
django-cors-headers = "*"
django-simple-history = "*"
python-dotenv = "*"
whitenoise = "*"
[dev-packages]
autopep8 = "*"