Pictures are in the wrong directory #59
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On instances with
DEBUG=Falsepictures (cropped by easy_thumbnails) are not displayed. This is because the thumbnail_cleanup command in manage.py does not work properly:On an already existing instance the cropped are there, but are in the wrong folder. The settings for
THUMBNAIL_MEDIA_ROOT,THUMBNAIL_MEDIA_URLand the upload of place images need to be refactored. Also already existing images might have to be moved to the correct folder within theMEDIA_ROOT, this might be a thing for migrations.Attempted Fix in
830120a929, still needs to be tested under different cricumstances.