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

Allow overwrite gravatar base http/https url #8

Closed yangyubo closed 12 years ago

yangyubo commented 12 years ago

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

twaddington commented 12 years ago

Hey Brant, thanks for this patch, it looks pretty good. Did you run tests and make sure they're passing?

twaddington commented 12 years ago

Ah, lame. Looks like I made some of those same setup.py changes a few months ago and forgot to push upstream. I'm going to close this pull request. Can you rebase your patch and resubmit a new pull request? Thanks!