mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
5 lines
143 B
Python
5 lines
143 B
Python
from whitenoise import CompressedManifestStaticFiles
|
|
|
|
|
|
class WhiteNoiseStaticFiles(CompressedManifestStaticFiles):
|
|
manifest_strict = False
|