A Django app to track book/magazine reading and event going.
The method I was using to move the location of a thumbnail image file (so that its path includes the object's `slug`) didn't work if django-storages was using something like S3, because you can't rename/move files on that. We got: NotImplementedError: This backend doesn't support absolute paths. So altered the way we handle the file, still ensuring it's saved to the correct location. Which is actually simpler now. Hopefully it will still work with S3. For #67
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by philgyford and has received 1 comments.