From 5cb80dee99be2a50e588546fb43bf23c7ac1201a Mon Sep 17 00:00:00 2001 From: Ryan Pineo Date: Wed, 2 Mar 2016 16:14:52 -0500 Subject: [PATCH] add default of AVATAR_STORAGE_DIR to docs --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.txt b/docs/index.txt index 1a6dd05..3fc6fd9 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -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 -------------------