cookiecutter-django/{{cookiecutter.project_slug}}/config
Wan Liuyang de5504f414
Rename custom S3Boto3Storage subclasses (#1784)
Closes #1788 

This PR preps for the upcoming `django-storages` 2.X:

1. ~~Explicitly set default ACL to None which was [incorrectly set](3f6ec74942/storages/backends/s3boto3.py (L195)) to `public-read` by `django-storages`~~

2. Renamed `StaticRootS3BotoStorage` to `StaticRootS3Boto3Storage` to avoid confusion. This is to prep for the upcoming `S3Boto` class deprecation.

See also:
https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings
https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst
2018-09-09 19:59:04 +08:00
..
settings Rename custom S3Boto3Storage subclasses (#1784) 2018-09-09 19:59:04 +08:00
__init__.py Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
urls.py Migrate to Django2 path urls (#1637) 2018-05-14 10:09:24 +03:00
wsgi.py Fix flake8 errors in wsgi.py 2018-05-21 21:36:03 +03:00