Skip to content

Commit eaa8fb1

Browse files
committed
settings: thumbnail debug
1 parent dacdb0e commit eaa8fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fluentdemo/settings/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
TAGGIT_TAGS_FROM_STRING = 'taggit_selectize.utils.parse_tags'
561561
TAGGIT_STRING_FROM_TAGS = 'taggit_selectize.utils.join_tags'
562562

563-
THUMBNAIL_DEBUG = False
563+
THUMBNAIL_DEBUG = True
564564
THUMBNAIL_FORMAT = 'JPEG'
565565
THUMBNAIL_QUALITY = 80 # default quality for mozjpeg's "cjpeg -optimize" is 75
566566
THUMBNAIL_ALTERNATIVE_RESOLUTIONS = [2] # Generate 2x images for everything!

0 commit comments

Comments
 (0)