add default of AVATAR_STORAGE_DIR to docs

This commit is contained in:
Ryan Pineo 2016-03-02 16:14:52 -05:00
parent 65d8d1ea39
commit 5cb80dee99

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
-------------------