Has anyone had success in setting up Django on GoDaddy's Deluxe shared hosting plan? It supports Python CGI, but has no shell access. I read a previous post from October 2006, where I read of another user who did the same things I did (guided by the django documentation for shared hosts), but now I'm stuck. I'm hoping someone has managed more success than this since October 2006.
I created a "myaite.fcgi" script, but I was confused by some of the items. For example, adding the custom Python path with "sys.path.insert(0,"/home/user/python")" - what is that? If python is already installed at "/usr/bin/python", what would this do? And I don't even know if fastcgi is accessible for python. I come from a .Net/Java background and everything apache- and cgi-based is quite foreign to me. And I know I could switch to a different host, but I already have several other domains hosted at godaddy and would prefer not to have to change hosts to use Django. Thanks for any direction you guys can offer (even if it's to tell me it's not possible). Donald H. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---