diff options
Diffstat (limited to 'src/authentic2_cut/custom_settings.py')
-rw-r--r-- | src/authentic2_cut/custom_settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/authentic2_cut/custom_settings.py b/src/authentic2_cut/custom_settings.py index 50d7a85..cc789f7 100644 --- a/src/authentic2_cut/custom_settings.py +++ b/src/authentic2_cut/custom_settings.py @@ -143,3 +143,5 @@ from authentic2.settings import DJANGO_RBAC_PERMISSIONS_HIERARCHY DJANGO_RBAC_PERMISSIONS_HIERARCHY['cut_validate'] = ['view', 'search'] DJANGO_RBAC_PERMISSIONS_HIERARCHY['cut_fc'] = ['view', 'search'] +THUMBNAIL_ENGINE = 'sorl.thumbnail.engines.convert_engine.Engine' +THUMBNAIL_FORCE_OVERWRITE = False |