Skip to content

Commit

Permalink
Update IMAGEKIT_DEFAULT_FILE_STORAGE description
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwithanm committed Sep 5, 2013
1 parent 453efac commit 857b1e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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

0 comments on commit 857b1e1

Please sign in to comment.