mirror of
https://github.com/pinry/pinry.git
synced 2026-05-07 19:26:00 +02:00
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:
@@ -133,3 +133,6 @@ IMAGE_SIZES = {
|
||||
'standard': {'size': [600, 0]},
|
||||
'square': {'crop': True, 'size': [125, 125]},
|
||||
}
|
||||
|
||||
# User custom settings
|
||||
IMAGE_AUTO_DELETE = True
|
||||
|
||||
Reference in New Issue
Block a user