Add vital information for S3 section

This commit is contained in:
Robin Skahjem-Eriksen 2015-03-01 17:42:12 +01:00
parent 7c57801abd
commit 0dd13cecf4
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~