In my application I have a model called Product. Every time a user adds new product should be upload a profile image for that product.

On the web there's a lot of django app for managing images/avatars.

Relying on your experience, which one is the best?

link|improve this question

feedback

3 Answers

Have you checked out the built in model ImageField? You might want to explain why that won't work if you are indeed looking for something else.

link|improve this answer
Because I want to resize and thumbnail the profile images, and probably there's an application just for it. – Fred Collins Jul 15 '11 at 8:39
you might check out django-imagekit, which is a lighter weight version of photologue – Pat B Jul 15 '11 at 16:00
feedback

django-gravatar is supposed to be good. Can't claim to have used it. The owner is James Tauber and the committers include jezdez, so it's developed by django rockstars.

link|improve this answer
Seems to be a dead project. – Fred Collins Jul 15 '11 at 8:38
feedback
up vote 0 down vote accepted

I've found django-userena.

Seems to be very good.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.