twaddington / django-gravatar

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
MIT License
151 stars 33 forks source link

Rebase: Allow overwrite gravatar base http/https url #9

Closed yangyubo closed 12 years ago

yangyubo commented 12 years ago

PR8 Rebase:

This in particular useful when fetch avatars through a private gravatar mirror (ie. use nginx reverse proxy to cache avatars).

yangyubo commented 12 years ago

All tests passed.