cookiecutter-django/{{cookiecutter.project_slug}}/config
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
..
settings Prevent collectfast from guessing a wrong strategy 2019-10-22 10:42:32 +08:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
celery_app.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
urls.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00
wsgi.py Migrate to unified Sentry SDK (#1820) 2019-03-20 10:04:44 +00:00