From 857b1e160e7d9fc5c9e7fd8a9bfb06345d712dcf Mon Sep 17 00:00:00 2001 From: Matthew Tretter Date: Thu, 5 Sep 2013 09:42:09 -0500 Subject: [PATCH] Update IMAGEKIT_DEFAULT_FILE_STORAGE description --- docs/configuration.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 6216158..33b4f1f 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -23,7 +23,7 @@ Settings The qualified class name of a Django storage backend to use to save the cached images. If no value is provided for ``IMAGEKIT_DEFAULT_FILE_STORAGE``, - and none is specified by the spec definition, the storage of the source file + and none is specified by the spec definition, `your default file storage`__ will be used. @@ -72,3 +72,6 @@ Settings A function responsible for generating file names for cache files that correspond to image specs. Since you will likely want to base the name of your cache files on the name of the source, this extra setting is provided. + + +__ https://docs.djangoproject.com/en/dev/ref/settings/#default-file-storage