mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-11-25 12:25:28 +03:00
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: * |
||
|---|---|---|
| .. | ||
| settings | ||
| __init__.py | ||
| celery_app.py | ||
| urls.py | ||
| wsgi.py | ||