Add GRAVATAR_DEFAULT and AVATAR_MAX_SIZE to docs

This commit is contained in:
Dave Gaeddert 2015-07-16 15:28:52 -05:00
parent 1c69ecc73c
commit f4c5e9165f

View file

@ -117,10 +117,19 @@ AVATAR_GRAVATAR_BACKUP
``Avatar`` instance is found in the system for the given user. Defaults to
True.
GRAVATAR_DEFAULT
A string determining the style of the default Gravatar. Available options
listed in the
(Gravatar documentation)[https://en.gravatar.com/site/implement/images/#default-image].
Ex. 'retro'. Defaults to None.
AVATAR_DEFAULT_URL
The default URL to default to if ``AVATAR_GRAVATAR_BACKUP`` is set to False
and there is no ``Avatar`` instance found in the system for the given user.
AVATAR_MAX_SIZE
File size limit for avatar upload. Default is ``1024 * 1024`` (1mb).
Management Commands
-------------------