Re: Django on Dreamhost internal server error

2009-11-16 Thread Mike Ramirez
On Monday 16 November 2009 12:55:25 Alessandro Ronchi wrote: > If I put Debug = False in my django settings.py I receive an internal > server error with no explanation. > > I'm using mod_passenger. > > What can cause the problem? Is there any way I can debug the error or > get more information? D

Re: Django on Dreamhost internal server error

2009-11-16 Thread Matt Schinckel
On Nov 17, 6:57 am, Christophe Pettus wrote: > On Nov 16, 2009, at 12:55 PM, Alessandro Ronchi wrote: > > > I'm using mod_passenger. > > Isn't that for Ruby rather than Python? You can use mod_passenger for python, with a passenger_wsgi.py file. (I use it on my development machine with Passenger

Re: Django on Dreamhost internal server error

2009-11-16 Thread Preston Holmes
do you have error templates defined? http://docs.djangoproject.com/en/dev/topics/http/views/#customizing-error-views -Preston On Nov 16, 12:55 pm, Alessandro Ronchi wrote: > If I put Debug = False in my django settings.py I receive an internal > server error with no explanation. > > I'm using

Re: Django on Dreamhost internal server error

2009-11-16 Thread Christophe Pettus
On Nov 16, 2009, at 12:55 PM, Alessandro Ronchi wrote: > I'm using mod_passenger. Isn't that for Ruby rather than Python? -- -- Christophe Pettus x...@thebuild.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, se

Django on Dreamhost internal server error

2009-11-16 Thread Alessandro Ronchi
If I put Debug = False in my django settings.py I receive an internal server error with no explanation. I'm using mod_passenger. What can cause the problem? Is there any way I can debug the error or get more information? Dreamhost cannot answer me, maybe someone got similar esperience. -- Ales