Retrieve images from mysql database in django
I’m new to django and creating a listing site. I want to retrieve the users’ image number 1 of 2 to display as thumbnails for a category page. I have since been able to retrieve the images for user’s ‘view listing’ page, but not for my category page.