Added whitenoise and use gmail for smtp service

This commit is contained in:
Keannu Christian Bernasol 2023-03-19 20:41:54 +08:00
parent 9216087cde
commit 62a33b3cd0
3 changed files with 14 additions and 4 deletions

View file

@ -12,6 +12,7 @@ django-cors-headers = "*"
python-decouple = "*"
pytz = "*"
python-dotenv = "*"
whitenoise = "*"
[dev-packages]
autopep8 = "*"