Skip to content

Commit

Permalink
Remove pointless sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Carroll committed Jun 5, 2011
1 parent cd47161 commit 8d12909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -60,7 +60,7 @@ Local Image Storage

* ``IMAGE_STORAGE_BACKEND`` – This parameter should be set to 'LocalImageStorage' for the local image storage backend.

* ``IMAGE_WHITELIST_FN`` – A function which takes a url as an argument and uses that to decide whether or not to allow it to be processed. By default it is defined as ``lambda url: settings.MEDIA_URL in url`` which will allow for processing any images in your ``MEDIA_URL`` directory. If you would like to allow for processing all images indiscriminately, you can use:
* ``IMAGE_WHITELIST_FN`` – A function which takes a url as an argument and uses that to decide whether or not to allow it to be processed. By default it is defined as ``lambda url: settings.MEDIA_URL in url`` which will allow for processing any images in your ``MEDIA_URL`` directory.

* ``IMAGE_STORAGE_DIR`` (optional) – The full path to the directory where images should be stored if this is not set, the value is inherited from MEDIA_ROOT. This directory should be publicly accessible since the application doesn't serve images directly from it.

Expand Down

0 comments on commit 8d12909

Please sign in to comment.