We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Soon Django will change the 'AWS_DEFAULT_ACL' to None as default. As a consequence all images uploaded to production will be not accessible.
Now it is a warning, and to solve it you should set this line: https://github.com/EncontrosDigitais/bootcamp/blob/master/config/settings/production.py#L87
I promise get back to fix it if no one catch before. My branch is way to modified, I am rushing to fix other issues now before launching.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Soon Django will change the 'AWS_DEFAULT_ACL' to None as default.
As a consequence all images uploaded to production will be not accessible.
Now it is a warning, and to solve it you should set this line:
https://github.com/EncontrosDigitais/bootcamp/blob/master/config/settings/production.py#L87
I promise get back to fix it if no one catch before.
My branch is way to modified, I am rushing to fix other issues now before launching.
The text was updated successfully, but these errors were encountered: