stephenmcd / filebrowser-safe

File manager for Mezzanine
Other
41 stars 104 forks source link

Allow for absolute path in THUMBNAILS_DIR_NAME setting #132

Open cjh79 opened 4 years ago

cjh79 commented 4 years ago

This PR corresponds to this PR in mezzanine: https://github.com/stephenmcd/mezzanine/pull/1952

Allows for the use of an absolute path in THUMBNAILS_DIR_NAME.

Additionally, uses default_storage for file operations rather than os, so that file renames will work when using remote storage.