Add WhiteNoise to serve static files

This commit is contained in:
igorkorenfeld 2022-09-12 17:57:18 -04:00
parent 96d191b725
commit 541f0aeaf1
No known key found for this signature in database
GPG key ID: 826947A4B867F659
3 changed files with 23 additions and 12 deletions

View file

@ -11,7 +11,8 @@ django-csp = "*"
environs = {extras=["django"]}
gunicorn = "*"
psycopg2-binary = "*"
whitenoise = "*"
[dev-packages]
django-debug-toolbar = "*"
nplusone = "*"
nplusone = "*"