Re: Help debug strange errors

2009-10-02 Thread Gustavo Senise
I understand Fisher, But the app is loading the 500.html directly if I create it. I am receiving an error through email. Here it is: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 86, in get_response response = callback(request,

Re: Help debug strange errors

2009-10-02 Thread djfis...@gmail.com
The built-in Django development server handles 404s and 500s, but when you deploy onto mod_python or mod_wsgi, you need a 404.html and a 500.html. On Oct 2, 4:52 am, Gustavo Senise wrote: > Hey Mak, > > I understand that. The point is that locally the app is running fine! So how > can I understa

Re: Help debug strange errors

2009-10-02 Thread Gustavo Senise
Hey Mak, I understand that. The point is that locally the app is running fine! So how can I understand whats wrong? 2009/10/2 Maksymus007 > > On Fri, Oct 2, 2009 at 1:46 PM, gustavo wrote: > > > > Hello fellows, > > > > I have been developing a little blog app as described in > > http://www.ap

Re: Help debug strange errors

2009-10-02 Thread Maksymus007
On Fri, Oct 2, 2009 at 1:46 PM, gustavo wrote: > > Hello fellows, > > I have been developing a little blog app as described in > http://www.aprendendodjango.com, what means Learning Django. It this > very interesting. > > But I've got problems when I tryed to deploy. It seems everything is > ok,

Help debug strange errors

2009-10-02 Thread gustavo
Hello fellows, I have been developing a little blog app as described in http://www.aprendendodjango.com, what means Learning Django. It this very interesting. But I've got problems when I tryed to deploy. It seems everything is ok, but the log server is telling me that it is searching for a 500.