mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
clarify AVATAR_GRAVATAR_DEFAULT docs
This commit is contained in:
parent
5cbd095cda
commit
9376453721
1 changed files with 3 additions and 3 deletions
|
|
@ -134,10 +134,10 @@ AVATAR_GRAVATAR_BACKUP
|
|||
``True``.
|
||||
|
||||
AVATAR_GRAVATAR_DEFAULT
|
||||
A string determining the style of the default Gravatar. Available options
|
||||
listed in the
|
||||
A string determining the default Gravatar. Can be a URL to a custom image or a
|
||||
style of Gravatar. Ex. `retro`. All Available options listed in the
|
||||
`Gravatar documentation <https://en.gravatar.com/site/implement/images/#default-image>`_.
|
||||
Ex. 'retro'. Defaults to ``None``.
|
||||
Defaults to ``None``.
|
||||
|
||||
AVATAR_GRAVATAR_FIELD
|
||||
The name of the user's field containing the gravatar email. For example, if you set
|
||||
|
|
|
|||
Loading…
Reference in a new issue