python3-django-cleanup

Clean up old files for Django's FileField and ImageField
  https://github.com/un1t/django-cleanup
  0
  no reviews



The django-cleanup app automatically deletes files for FileField, ImageField and subclasses. When a FileField's value is changed and the model is saved, the old file is deleted. When a model that has a FileField is deleted, the file is also deleted. A file that is set as the FileField's default value will not be deleted.