Pictures are in the wrong directory #59
Labels
No Label
Change
Feature
General Task
HotFix Required
Idea
Issue
Major
Minor
Question
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Commander1024/lostplaces-backend#59
Loading…
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=False
pictures (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_URL
and 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.