From 342b66bdb90c81db85334515da826bbc3573a681 Mon Sep 17 00:00:00 2001 From: Robin Skahjem-Eriksen Date: Sun, 1 Mar 2015 18:32:51 +0100 Subject: [PATCH] Fix formatting for information about S3 --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index fb0099c..07ab61b 100644 --- a/README.rst +++ b/README.rst @@ -145,11 +145,9 @@ 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`: +**NOTE:** ``django-ckeditor`` will not work with S3 through ``django-storages`` without this line in ``settings.py``:: -```python -AWS_QUERYSTRING_AUTH = False -``` + AWS_QUERYSTRING_AUTH = False If you want to use allowedContent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~