Lightweight app for interacting with gravatars
A lightweight django-gravatar app. Includes helper methods for interacting with gravatars outside of template code. Use in code: from django_gravatar.helpers import get_gravatar_url, has_gravatar, get_gravatar_profile_url, calculate_gravatar_hash url = get_gravatar_url('alice@example.com', size=150) gravatar_exists = has_gravatar('bob@example.com') profile_url = get_gravatar_profile_url('alice@example.com') email_hash = calculate_gravatar_hash('alice@example.com')
$
pkg install py311-django-gravatar2Origin
www/py-django-gravatar2
Size
52.9KiB
License
MIT
Maintainer
dvl@FreeBSD.org
Dependencies
1 packages
Required by
2 packages