WIP: Draft: Resolve "Testbranch (nur zum Testen!)" #253

Draft
ben8 wants to merge 1 commits from 128-testbranch-nur-zum-testen into master
2 changed files with 1 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ STATIC_ROOT = BASE_DIR / "staticfiles"
STATICFILES_DIRS = [BASE_DIR / 'static']
# WhiteNoise configuration
STATICFILES_STORAGE = 'whitenoise.storage.CompressedStaticFilesStorage'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
WHITENOISE_SKIP_COMPRESS_EXTENSIONS = ['css', 'js']
# Return 404 instead of 500 for missing files
WHITENOISE_MISSING_FILE_ERRNO = None

View File