settings: add default value for THUMBNAIL_FORCE_OVERWRITE (#29920)

This commit is contained in:
Frédéric Péters 2019-01-20 16:29:02 +01:00
parent a324d1a4c6
commit ef797f5d1a
1 changed files with 2 additions and 0 deletions

View File

@ -234,7 +234,9 @@ LOGGING = {
INCLUDE_EDIT_LINK = False
# from solr.thumbnail -- https://sorl-thumbnail.readthedocs.io/en/latest/reference/settings.html
THUMBNAIL_ENGINE = 'sorl.thumbnail.engines.convert_engine.Engine'
THUMBNAIL_FORCE_OVERWRITE = False
FARGO_CODE_LIFETIME = 300
FARGO_ACCESS_TOKEN_LIFETIME = 3600