Fix formatting for information about S3

This commit is contained in:
Robin Skahjem-Eriksen 2015-03-01 18:32:51 +01:00
parent e658856046
commit 342b66bdb9
1 changed files with 2 additions and 4 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~