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?
I’ve found django-userena.
Seems to be very good.