richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
674 stars 239 forks source link

Avoids crash when the file doesn't exist in the local system but in S3 #186

Closed urtzai closed 6 years ago

urtzai commented 6 years ago

Fixes when file doesn't exist in the file system but still is in S3

richardbarran commented 6 years ago

Sounds like a good idea - I've merged your code. Many thanks!