Commit d791f48d by Max Rothman

Merge pull request #1953 from edx/max/profile-image-docs

Fix profile image backend docs
parents 669bb9e3 e65bf16c
......@@ -451,8 +451,8 @@ EDXAPP_ECOMMERCE_API_SIGNING_KEY: 'SET-ME-PLEASE'
#To use AWS S3 as your backend, you need different kwargs:
# EDXAPP_PROFILE_IMAGE_BACKEND_CONFIG:
# storage_class: storages.backends.s3boto.S3BotoStorage
# storage_kwargs:
# class: storages.backends.s3boto.S3BotoStorage
# options:
# location: /path/to/images
# bucket: mybucket
# custom_domain: mybucket.s3.amazonaws.com
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment