cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Irfan 27ae9c36e4 Fix #1771: Use full-fledge S3 Storage class in production settings
sorl-thumbnail serialized and deserializes the storage class and during this
process location parameter is lost if factory is used. Using a full-fledge
storage class fixes this issue.

See: https://stackoverflow.com/a/18046120/104731
2018-09-01 11:49:01 +05:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Extend & enhance Celery configuration (#1679) 2018-06-21 19:38:48 +00:00
local.py Extend & enhance Celery configuration (#1679) 2018-06-21 19:38:48 +00:00
production.py Fix #1771: Use full-fledge S3 Storage class in production settings 2018-09-01 11:49:01 +05:00
test.py First pass at running black across the project (#1602) 2018-04-08 17:03:29 -05:00