slyapustin / django-classified

Django Classified
https://github.com/slyapustin/django-classified-demo
MIT License
171 stars 77 forks source link

Update models.py #54

Closed typonaut closed 2 years ago

typonaut commented 3 years ago

delete_mediafiles deletes uploaded Item images when the Item is deleted.

Using the IMAGE_STORAGE setting in `Image gives more flexibility to user in file paths for uploaded images.

typonaut commented 3 years ago

This only fails due to IMAGE_STORAGE not being in the settings file.