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