I’m trying to display thumbnails of a model in the admin interface. When I use list_display() to add the image field, it shows the path to the file rather than the image itself. How is it possible to display the image and control its size?
Share
I’ve solved this by adding:
to the model in models.py