Django - Deployment and Production
Given this
settings.py snippet:STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'What happens when you run
python manage.py collectstatic?