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

add gravatar profile url template tag #15

Closed joke2k closed 10 years ago

twaddington commented 10 years ago

Thanks, this looks great. Would like to see a couple test cases added to tests.py before merging.

joke2k commented 10 years ago

I'm working on tests, soon I will send you new commits

joke2k commented 10 years ago

tests were implemented. I also added an example of the new features in the README.

let me know if there are updates.

twaddington commented 10 years ago

Sounds good, I'll take a look today.

twaddington commented 10 years ago

@joke2k looks great! Thanks for taking the time to add the tests. I'll get this merged and tested and then I'll upload a new version to PyPI.