mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Fixed a incorrect setting variable.
The setting variable name did not match the variable name used in the code.
This commit is contained in:
parent
206682ce0a
commit
e721b2ae64
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ Global Settings
|
|||
There are a number of settings available to easily customize the avatars that
|
||||
appear on the site. Listed below are those settings:
|
||||
|
||||
AUTO_GENERATE_AVATAR_SIZES
|
||||
AVATAR_AUTO_GENERATE_SIZES
|
||||
An iterable of integers representing the sizes of avatars to generate on
|
||||
upload. This can save rendering time later on if you pre-generate the
|
||||
resized versions. Defaults to ``(80,)``
|
||||
|
|
|
|||
Loading…
Reference in a new issue