settings: add default value for THUMBNAIL_FORCE_OVERWRITE (#29919)

This commit is contained in:
Frédéric Péters 2019-01-20 16:27:59 +01:00
parent 069e18aa15
commit fb2f098789
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ HAYSTACK_CONNECTIONS = {
# from solr.thumbnail -- https://sorl-thumbnail.readthedocs.io/en/latest/reference/settings.html
THUMBNAIL_PRESERVE_FORMAT = True
THUMBNAIL_FORCE_OVERWRITE = False
COMBO_DEFAULT_PUBLIC_TEMPLATE = 'standard'
COMBO_PUBLIC_TEMPLATES = {