Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2019-01-26 Thread chandrashekhar Damahe
hii, i am follow these steps but i got error " The requested URL /dispatch.py/ was not found on this server. " will you help me to solve these error On Saturday, December 29, 2007 at 3:50:38 AM UTC+5:30, Donald H wrote: > > Has anyone had success in setting up Django on GoDaddy's Deluxe shared

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2017-03-19 Thread saurabhmishra4894
someone help me i am getting thi 500 internal error i dont understand whats wrong -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@goog

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2013-12-08 Thread Kapil Chandra
Just wanted to say that this seemed to work for getting Flask running on godaddy too (skipping the django specific steps of course) with two differences. In dispatch.py instead of: from django.core.handlers.wsgi import WSGIHandler WSGIServer(WSGIHandler()).run() use: from yourapp import app WS

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2013-05-13 Thread Tom Evans
On Fri, May 10, 2013 at 7:04 PM, Radomir Wojcik wrote: > I was looking for the answer to this today and I wrote a tutorial on how to > do this based on all the stuff I found on the net: > > With the economy class Linux hosting its a bit tricky. For starters you > don't have root access to the site

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2013-05-10 Thread Gerald Klein
Wow thanks amazing work, I wondered if someone had figured out a way to do it. thanks --jerry On Fri, May 10, 2013 at 1:04 PM, Radomir Wojcik wrote: > I was looking for the answer to this today and I wrote a tutorial on how > to do this based on all the stuff I found on the net: > > With the

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2013-05-10 Thread Radomir Wojcik
I was looking for the answer to this today and I wrote a tutorial on how to do this based on all the stuff I found on the net: With the economy class Linux hosting its a bit tricky. For starters you don't have root access to the site packages so you cannot install for example MySQL-Python. 1.

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2007-12-28 Thread Donald H
Here's what I asked GoDaddy Support: "Is FastCGI accessible from python scripts if I add my own handler? I ask this in specific relation to setting up Django. Is this known not to work?" Here's their response: "FastCGI is accessible from Python scripts for our Linux hosting accounts. We do not

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2007-12-28 Thread Donald H
Thanks for the quick and thorough response, Tim! I'll find out if the FastCGI they advertise as being available for Ruby on Rails could also be made accessible to Python by following the Shared Hosting instructions at the bottom of http://www.djangoproject.com/documentation/fastcgi/. On Dec

Re: Setting up Django on GoDaddy Deluxe Shared Hosting

2007-12-28 Thread Tim Chase
> Has anyone had success in setting up Django on GoDaddy's Deluxe shared > hosting plan? It supports Python CGI, but has no shell access. CGI != FastCGI != WSGI If all they offer is CGI, the general consensus is that you ought look elsewhere as (1) it's not supported in Django and (2) if it wa

Setting up Django on GoDaddy Deluxe Shared Hosting

2007-12-28 Thread Donald H
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