Added and configured whitenoise

This commit is contained in:
Keannu Christian Bernasol 2023-06-26 22:10:29 +08:00
parent b6d7decf3a
commit ca527289af
4 changed files with 16 additions and 1 deletions

View file

@ -9,6 +9,7 @@ djangorestframework = "*"
python-dotenv = "*"
djoser = "*"
pillow = "*"
whitenoise = "*"
[dev-packages]