From 0dd13cecf49eb0f50b0a27a225f7da40a54b399a Mon Sep 17 00:00:00 2001 From: Robin Skahjem-Eriksen Date: Sun, 1 Mar 2015 17:42:12 +0100 Subject: [PATCH] Add vital information for S3 section --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 9d3819b..fb0099c 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~