This question seems to be asked several time but I can not fix it.
I deployed a django app on production with DEBUG = False. I set my allowed_hos
I have had the same issue. The simplest way to find the problem is to use
heroku run ls staticfiles/images
if images is in the directory where your files should be. This will give you a list of all the files in that directory.
As I found out it was a case issue in the file extension. The file had an extension .JPG and I referenced it on the template with an extension .jpg