Comment that we don't use whitenoise.CompressedManifestStaticFilesStorage

had me surprised for a little bit while debugging another issue (of which I
thought it might have been caused by whitenoise). Better to have something
to grep for
This commit is contained in:
Klaas van Schelven
2025-09-05 23:11:29 +02:00
parent 25c4e34f94
commit 4ac572f31c

View File

@@ -272,6 +272,8 @@ STATICFILES_DIRS = [
# > the collectstatic command during the build, so long as you do not wish to use any of the caching and compression
# > features provided by the storage backends.
#
# ("so long as" implies: we don't use "whitenoise.storage.CompressedManifestStaticFilesStorage" or similar)
#
# Reasons to enable this in production:
#
# * Simplicity-as-a-core-value: yet another step we can remove from the install/upgrade process