Re: FastCGI Problems

2012-07-16 Thread Jarrett Chisholm
Hey Newt, not sure if this is your problem, but I think os.environ["DJANGO_SETTINGS_MODULE"] = "settings.py" should be os.environ["DJANGO_SETTINGS_MODULE"] = "proj1.settings" good luck On Saturday, 14 July 2012 14:05:35 UTC-4, Newt wrote: > > (Sorry if this is a repost - it isn't showing up

django on shared hosting

2012-07-16 Thread Jarrett Chisholm
Hi all, I'm trying to setup django on greengeeks (shared hosting). I've setup flup and django and a small app. I've also created my cgi file (mysite.cgi) that runs from my cgi-bin directory. I originally setup my .htaccess file as well, but it seems to redirect fine without any changes to .h