From 7059011aab8415fa324f97d1950347cbd4207eef Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 24 Apr 2015 16:51:28 -0300 Subject: [PATCH] Update index.txt replace AUTO_GENERATE_AVATAR_SIZES with AVATAR_ prefixed setting. --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.txt b/docs/index.txt index 2d2dc6a..7c63af6 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -126,7 +126,7 @@ Management Commands This application does include one management command: ``rebuild_avatars``. It takes no arguments and, when run, re-renders all of the thumbnails for all of -the avatars for the pixel sizes specified in the ``AUTO_GENERATE_AVATAR_SIZES`` +the avatars for the pixel sizes specified in the ``AVATAR_AUTO_GENERATE_SIZES`` setting.