Best app for avatar / profile images on Django
In my application I have a model called Produ开发者_C百科ct. 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?
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.
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.
I would suggest django-easy-avatar if you're looking for simple thumbnails and not having to deal with the database or html templates.
django-easy-avatar on GitHub
django-easy-avatar on Pypi.org
I've found django-userena.
Seems to be very good.
精彩评论