Feauture: Add AUTO-DELETE option in settings

For django-images, the AUTO-DELETE mark is required to remove files
automatically.
This commit is contained in:
winkidney
2018-08-18 07:31:58 -07:00
parent df4b63de23
commit 1089e1f4de

View File

@@ -133,3 +133,6 @@ IMAGE_SIZES = {
'standard': {'size': [600, 0]},
'square': {'crop': True, 'size': [125, 125]},
}
# User custom settings
IMAGE_AUTO_DELETE = True