Merge pull request #123 from silverlogic/default-setting-docs

add default of AVATAR_STORAGE_DIR to docs
This commit is contained in:
Grant McConnaughey 2016-03-02 15:31:29 -06:00
commit f0c45af678

View file

@ -163,7 +163,7 @@ AVATAR_RESIZE_METHOD
AVATAR_STORAGE_DIR
The directory under ``MEDIA_ROOT`` to store the images. If using a
non-filesystem storage device, this will simply be appended to the beginning
of the file name.
of the file name. Defaults to ``avatars``.
Management Commands
-------------------