cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Yuchen Xie 400fcc4030 Prevent collectfast from guessing a wrong strategy
If `COLLECTFAST_STRATEGY` is not provided in `settings`, `collectfast` has to guess a "strategy". For the case with AWS, it guesses `BotoStrategy` in stead of `S3Boto3Storage`, which is a wrong decision as we `pip install django-storages[boto3]` (`boto3` in favor of `boto`).

Setting `COLLECTFAST_STRATEGY` is also encouraged as `collectfast` is not going to guess the strategy in the future.

Ref:
* f37dd1faa2/collectfast/management/commands/collectstatic.py (L33)
* f37dd1faa2/collectfast/strategies/base.py (L170)
2019-10-22 10:42:32 +08:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Add context processor for settings variables 2019-09-05 13:24:47 +02:00
local.py Remove EMAIL_HOST, EMAIL_PORT for console backend 2019-08-21 17:31:18 +02:00
production.py Prevent collectfast from guessing a wrong strategy 2019-10-22 10:42:32 +08:00
test.py Remove redundant DEBUG = False in test.py 2019-08-26 16:25:36 +02:00