mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Use https to gravatar url
This commit is contained in:
parent
206682ce0a
commit
6184fb10b7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class AvatarConf(AppConf):
|
|||
DEFAULT_SIZE = 80
|
||||
RESIZE_METHOD = Image.ANTIALIAS
|
||||
STORAGE_DIR = 'avatars'
|
||||
GRAVATAR_BASE_URL = 'http://www.gravatar.com/avatar/'
|
||||
GRAVATAR_BASE_URL = 'https://www.gravatar.com/avatar/'
|
||||
GRAVATAR_BACKUP = True
|
||||
GRAVATAR_DEFAULT = None
|
||||
DEFAULT_URL = 'avatar/img/default.jpg'
|
||||
|
|
|
|||
Loading…
Reference in a new issue