Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!goblin1!goblin.stu.neva.ru!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.044 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; '7:35': 0.16; 'anybody.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reproduce': 0.16; 'settings.py': 0.16; 'shared.': 0.16; 'url:community': 0.16; 'url:djangoproject': 0.16; 'mon,': 0.16; 'wrote:': 0.17; "shouldn't": 0.17; 'jan': 0.18; 'issue.': 0.20; 'subject:problem': 0.22; 'raise': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'list:': 0.27; 'strongly': 0.27; 'subject:please': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'key,': 0.29; "skip:' 50": 0.29; 'skip:/ 40': 0.29; 'unique,': 0.29; 'probably': 0.29; 'problem.': 0.32; 'file': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'needed': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; "you've": 0.61; 'share': 0.61; "you'll": 0.62; 'more': 0.63; 'gone': 0.64; 'here': 0.65; 'results': 0.65; 'sounds': 0.71; 'us,': 0.74; '2013': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Xl/15l+Sbk7n4qrjxbg69jna/hzCrv75Xw62R7SUk5I=; b=dIaCa9gf2VhcmP5N27e/D/GY62E+xQcaIVNmVh/MBY8VWgx4TuWtulvqy5+tFqAnQn vXWyqLVSdRnOHQZs3zhsBR2Btb/dQcqqnnPdAkxBm4vleKaSgzUQCRyOjGtQqbDyyTM3 8dSvfg9SIboI++p0N1Vw9f0Rjxxmxs9cuadQLnLwRVL/C5Y3BsU6t8AWHjKiplPEO5GD oCfeuOCUZ+WbvQIfgHnoDOp8okNXLp4egKwlBPSfXjhWgprAMCJElIURWkl+HEiMuhiU rIJ5/1xrBo7QYcDPqF6a0Hv6Gcft6smg5gABUFYv3TIitHVNT75ChemICqhH3FbSWnQb 9ucA== MIME-Version: 1.0 In-Reply-To: <72e8aec3-4fa3-44af-aad7-8b32196da774@googlegroups.com> References: <72e8aec3-4fa3-44af-aad7-8b32196da774@googlegroups.com> Date: Mon, 14 Jan 2013 07:47:21 +1100 Subject: Re: please solve my problem From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358110051 news.xs4all.nl 6919 [2001:888:2000:d::a6]:58865 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36752 On Mon, Jan 14, 2013 at 7:35 AM, Divya Thakur 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@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