Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for absolute path in THUMBNAILS_DIR_NAME setting #132

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

cjh79
Copy link

@cjh79 cjh79 commented Oct 30, 2019

This PR corresponds to this PR in mezzanine: stephenmcd/mezzanine#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.

RandomJo and others added 9 commits January 30, 2019 15:58
The listdir function returns two values, one for directory names and one
for file names. These are lists of strings and thus do not have a delete
method. Instead of trying to delete each array, we loop through them to
build keys that we can delete.
Fixes issues with old methods in GoogleStorageMixin
Fix rmtree method of S3BotoStorageMixin
…ication

Fix cs specification that is breaking compilemessages command
Fix issues with old methods in GoogleStorageMixin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants