Open cjh79 opened 5 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.
default_storage
os
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 thanos
, so that file renames will work when using remote storage.