On 11/14/05, Radek Svarz <[EMAIL PROTECTED]> wrote:
> I believe that PythonistL did not asked about running it on CGI. He asked to
> run it on the shared webhosting. And noted some issues.

Django runs perfectly well on shared hosting. Plenty of hosts out
there offer Python/FCGI which is perfectly suitable for running
Django, and does not require you to mess around with mod_python or the
httpd.conf file. If a host does not provide Python and FCGI, then it's
time to find a new host; there are plenty of fish in that sea.

It seems to me that the original question here is based on a
misunderstanding; he has an unhelpful, non-knowledgeable or unfriendly
host, and is taking that to mean that Django can't run on shared
hosting.

> > In short: you really don't want to run any complex web framework from a
> > CGI environment. Get a decent hosting plan that includes FastCGI, SCGI,
> > mod_python or user-provided daemons.

Which is perfectly possible at a variety of hosts, some of which are
even documented on the Django wiki.


--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

Reply via email to