Which host are you using? I am on dreamhost and it works very nice. also try
searching on google your hosts name and django to see if someone created a
tutorial on it.

On Tue, Dec 30, 2008 at 12:57 AM, James Gregory <james....@gmail.com> wrote:

>
> I tried using the guide here:
> http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/?from=olddocs
>
> to set up Django using FastCGI.
>
> 1. It kept just hanging with a never ending loading cursor whenever I
> tried going to the fcgi page. I eventually discovered, through immense
> trial and error, that it worked fine if I removed the line "AddHandler
> fastcgi-script .fcgi" from the htaccess file.
>
> 2. As well as adding the directory with python in to sys.path, I found
> I also had to add my project directory and also the project beneath my
> project directory (the latter I think because it is necessary to
> import mysite.settings)
>
> So Is the documentation wrong? Or have I done something wrong and
> somehow fluked getting it to work anyway? Or something else?
>
> >
>


-- 
http://www.astorandblack.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to