~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to wlprofile/management/commands/profile_fetch_gravatars.py

  • Committer: franku
  • Date: 2016-12-13 18:28:51 UTC
  • mto: This revision was merged to the branch mainline in revision 443.
  • Revision ID: somal@arcor.de-20161213182851-bo5ebf8pdvw5beua
run the script

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
from pybb.gravatar import check_gravatar
7
7
 
 
8
 
8
9
class Command(BaseCommand):
9
10
    help = 'Fetch avatars from gravatar.com service for those users which did not set avatar'
10
11