mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user