Re: getting 500 131 error on page not found

2014-10-23 Thread Collin Anderson
> > Where are you located? How long have you been doing Django? > South Bend, IN, USA. I've been using Django since 2006, but just started posting to the mailing list recently. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

Re: getting 500 131 error on page not found

2014-10-22 Thread Sabine Maennel
Dear Collin, you hit the nail right right on top. That was it! I feel so thankful towards you! I would never have thought about the context processors. I am so thankful to everybody here in the Django User group to always taking the time and helping me out. I will try to give back, as soon as

Re: getting 500 131 error on page not found

2014-10-22 Thread Sabine Maennel
Dear Tom, Thanks for your reply, but I did not have DEBUG=True on. With DEBUG=True the program behaves as expected. Things go wrong just when I set DEBUG=False. But thanks anyway for your reply. Am Dienstag, 21. Oktober 2014 21:02:48 UTC+2 schrieb Tom Evans: > > On Tue, Oct 21, 2014 at 4:19 PM,

Re: getting 500 131 error on page not found

2014-10-21 Thread Tom Evans
On Tue, Oct 21, 2014 at 4:19 PM, Sabine Maennel wrote: > I really do not understand what is happening. I have a 404.html along with a > 500.html in my template directory. They are both simple and look like this: > > 404.html: > > Server Error 404! > Das netTeachers-Team ist informiert und kümmert

Re: getting 500 131 error on page not found

2014-10-21 Thread Collin Anderson
Hi Sabine, It may be an issue with your core.context_processors.resolvermatch. I recommend setting ADMINS so you get the error emailed to you. https://docs.djangoproject.com/en/dev/howto/deployment/checklist/#admins-and-managers https://docs.djangoproject.com/en/dev/ref/settings/#admins Collin

getting 500 131 error on page not found

2014-10-21 Thread Sabine Maennel
I really do not understand what is happening. I have a 404.html along with a 500.html in my template directory. They are both simple and look like this: 404.html: Server Error 404!Das netTeachers-Team ist informiert und kümmert sich darum. Wir hoffen auf Ihr Verständnis. 500.html: Server E