I have an app that's using this template and it doesn't seem like whitenoise is working. It's running on heroku and while the static files are being served correctly, they are not gzipped and don't have the a long Cache-Contol header on them. Any ideas?
Update:
I looks like the admin static files are being correctly cached and compressed, just not the js/css from the Vue app. Does anyone know how I can enable compression and caching for these files as well?
I have an app that's using this template and it doesn't seem like whitenoise is working. It's running on heroku and while the static files are being served correctly, they are not gzipped and don't have the a long Cache-Contol header on them. Any ideas?
Update:
I looks like the admin static files are being correctly cached and compressed, just not the js/css from the Vue app. Does anyone know how I can enable compression and caching for these files as well?