I’m trying to add images to my project (in the albums) using django admin, cloudinary and then it is being deployed to Heroku.
I can’t seem to make it work, sat with a tutor for 2 hours yesterday and we made it work and now it’s just gone again. Header image is just black and the image for the album is coming back as a 404 even if I checked that the image is where it should be.
When I upload on Django admin the image file does not go to the workspace and stays in cloudinary so I think it is because of that. Anyone who has any other ideas?
enter image description here
Where it’s black shoul be a static image and further down where the image icon is should be an image loaded from Django admin panel.
Gigi Li is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.