Monday, August 31, 2020

DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

I logged into the ADMIN PORTAL and saw that there was an image for each item in the ADMIN PORTAL. 

Strangely, when returning to the website, I am unable to actually "see" the pictures - they are blank with the no file icon in the top left. This was not the case back in the testing environment.

Why would this occur only upon publishing the website? It does not seem to be registering the images from DJANGO ADMINISTRATION. Also, when I click my  cart icon after adding one of the non-image showing items, I receive an error 500 stating that the cart.html and only the cart.html TemplateDoesNotExist. It has the same settings as every other html page, what makes this single page unique to becoming an error 500? 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f5e9e088-110e-4d2a-a70e-43d87bd6fdb1n%40googlegroups.com.

No comments:

Post a Comment