please solve my problem

Chris Angelico rosuav at gmail.com
Sun Jan 13 15:47:21 EST 2013


On Mon, Jan 14, 2013 at 7:35 AM, Divya Thakur
<yogeswar.prasad1 at gmail.com> wrote:
>     raise TemplateDoesNotExist(name)
> TemplateDoesNotExist: 500.html
> [14/Jan/2013 01:08:11] "GET /static/images/products/thumbnails/12345 HTTP/1.1" 500 59

This sounds like a Django-specific issue. You'll probably get better
results from a more Django-specific list:

https://www.djangoproject.com/community/

> here is my settings.py file
> # Make this unique, and don't share it with anybody.
> SECRET_KEY = '2h(8t+9z4z-m(fuhl17eqp78q!yxo4&i54jofml3uoyv at a3y3x'

You've just dumped a huge amount of text to us, including something
that probably shouldn't have been shared. I strongly recommend you
change this key, now that it's gone public, and consider trimming your
text down to just what's needed to reproduce the problem.

ChrisA



More information about the Python-list mailing list