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
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
[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
--~--~-~--~~---
3 matches
Mail list logo