Re: Avatars in comments

2009-05-03 Thread Andy Mikhailenko
The easiest way is probably to use something like django-gravatar[1]. Not only you can avoid writing extra models/views, but your site will also reuse existing avatars for some users because Gravatar utilizes email as use ID. So you'll only have to add one tag to your template: {% for comment in

Re: Avatars in comments

2009-05-02 Thread Malcolm Tredinnick
On Sat, 2009-05-02 at 15:22 -0700, trancos123 wrote: > [Sorry for my poor english] > Hi > I'm using a django.contrib.comments for my application (with django- > profile), and i want to add the user avatar > in every comment. > How can i do this? > I'm searching for a tutorial about this, but i can

Avatars in comments

2009-05-02 Thread trancos123
[Sorry for my poor english] Hi I'm using a django.contrib.comments for my application (with django- profile), and i want to add the user avatar in every comment. How can i do this? I'm searching for a tutorial about this, but i can't find nothing. Thanks for your help --~--~-~--~~---