On Mon, Jan 14, 2013 at 7:35 AM, Divya Thakur
<yogeswar.pras...@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&amp;i54jofml3uoyv@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to