Merge pull request #172 from ironhouzi/patch-2

Fix formatting for information about S3
This commit is contained in:
Piotr Maliński 2015-03-01 19:09:17 +01:00
commit 6480f33679
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~