src/iconolab_episteme/settings/__init__.py
changeset 3 16fb4f5efa69
parent 0 df27f9610c82
equal deleted inserted replaced
2:d3fe1866eb5b 3:16fb4f5efa69
   144 USE_L10N = True
   144 USE_L10N = True
   145 
   145 
   146 USE_TZ = True
   146 USE_TZ = True
   147 
   147 
   148 # IMPORT_DEFAULT_FIELD_TO_FILENAME_IDENTIFIER = "INV"
   148 # IMPORT_DEFAULT_FIELD_TO_FILENAME_IDENTIFIER = "INV"
   149 NO_IMG_CONVERSION_EXTS = [".jpg"]
   149 NO_IMG_CONVERSION_EXTS = [".jpg", ".jpeg"]
   150 IMG_CONVERSION_EXTS = [".tif", ".tiff"]
   150 IMG_CONVERSION_EXTS = [".tif", ".tiff"]
   151 IMG_JPG_DEFAULT_QUALITY = 80
   151 IMG_JPG_DEFAULT_QUALITY = 80
   152 PREGENERATE_THUMBNAILS_SIZES = [
   152 PREGENERATE_THUMBNAILS_SIZES = [
   153     # item_images_preview.html
   153     # item_images_preview.html
   154     "250x250",
   154     "250x250",