Good IDE setup to use for large Django projects suggestions

2008-06-03 Thread The Code Janitor
Not to start a flame war. But, having done many years of enterprise java work I am not happy with Eclipse and PyDev for python development (debugging isn't great, I can't figure out how to do dynamic debugging on Django operations, and code development features such as dynamic lookups, refactoring

Re: Lost stdout and stderr on fcgi with Django

2008-06-03 Thread The Code Janitor
Can you suggest any documentation I should read that describes how FastCGI handles PIPES and file channels. I thought something like that was happening but, if that was the case wouldn't the output to stderr and stdout end up in the rendered pages (like they do for php pages). I have poked and pr

Lost stdout and stderr on fcgi with Django

2008-06-01 Thread The Code Janitor
I am running Django on a centos box using lighttpd and fastcgi. I found that if I didn't daemonize the fastcgi process and did not specify a socket name to the manage.py script that the fcgi handlers cooperated better and was able to place all of the fcgi process under the control of lighttpd and