Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36752

Re: please solve my problem

References <72e8aec3-4fa3-44af-aad7-8b32196da774@googlegroups.com>
Date 2013-01-14 07:47 +1100
Subject Re: please solve my problem
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.478.1358110051.2939.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Jan 14, 2013 at 7:35 AM, Divya Thakur
<yogeswar.prasad1@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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

please solve my problem Divya Thakur <yogeswar.prasad1@gmail.com> - 2013-01-13 12:35 -0800
  Re: please solve my problem Roy Smith <roy@panix.com> - 2013-01-13 15:42 -0500
  Re: please solve my problem Chris Angelico <rosuav@gmail.com> - 2013-01-14 07:47 +1100

csiph-web