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

Move storage classes to root of module #85

Open
thomasf opened this issue Oct 18, 2019 · 0 comments
Open

Move storage classes to root of module #85

thomasf opened this issue Oct 18, 2019 · 0 comments
Labels
v0.6 breaking changes

Comments

@thomasf
Copy link
Collaborator

thomasf commented Oct 18, 2019

# we can drop the infix from the import path for the concrete media/static storage classes.


DEFAULT_FILE_STORAGE = "minio_storage.storage.MinioMediaStorage"

# TO ->

DEFAULT_FILE_STORAGE = "minio_storage.MinioMediaStorage"
@thomasf thomasf added the v0.6 breaking changes label Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v0.6 breaking changes
Projects
None yet
Development

No branches or pull requests

1 participant