Merge pull request #171 from ironhouzi/patch-1

Add vital information for S3 section
This commit is contained in:
Piotr Maliński 2015-03-01 18:26:14 +01:00
commit e658856046
1 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,11 @@ Using S3
~~~~~~~~
See http://django-storages.readthedocs.org/en/latest/
**NOTE:** `django-ckeditor` will not work with S3 through `django-storages` without this line in `settings.py`:
```python
AWS_QUERYSTRING_AUTH = False
```
If you want to use allowedContent
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~