Displaying uploaded images in the template - Django
问题 I am trying to display uploaded images to a template for my imaginary vegetable catalogue. I have a page to add a new vegetable and upload images. The main template is a list of vegetables which will later have thumbnails. Now, when viewing the detail page of the vegetable I want to display its images, but the template is only displaying the string 'VegetableImage Object' in place of an image, even with img tags. I am confused because the template has obviously found the images but they are