Re: Shared Hosting suggestion

2006-09-21 Thread Michael
You may check http://www.djangodomain.com as well.

--~--~-~--~~~---~--~~
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  -~--~~~~--~~--~--~---


Re: Shared Hosting suggestion

2006-09-08 Thread jorjun

Webfaction
==

SSH access + local apache configuration means that I run several
django-powered web sites from the same virtual host and I can keep
Django and other open source products updated frequently with
subversion.

Highly recommend, technical support is great and they go back a long
way with Python awareness (which helps, believe me).


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Shared Hosting suggestion

2006-09-07 Thread Ian Holsman


On 08/09/2006, at 8:13 AM, [EMAIL PROTECTED] wrote:

>
>
>> Pretty much any shared hosting service that supports Python and
>> FastCGI will work (some offer mod_python, but not a lot of them, so
>> FastCGI is usually the way to go on shared).
>
> sorry, i am new to django... so don't i need root access and the
> possibility to "really" install django? can i just put it into some of
> my own directories like with most php applications?

it works a bit differently, but on webfaction most of the  
installation is done
via their web-gui... no root required.
(It also uses mod-python)

regards
Ian
>
>

--
Ian Holsman
[EMAIL PROTECTED]
http://car-chatter.com/ where car fanatics meet



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Shared Hosting suggestion

2006-09-07 Thread [EMAIL PROTECTED]


> Pretty much any shared hosting service that supports Python and
> FastCGI will work (some offer mod_python, but not a lot of them, so
> FastCGI is usually the way to go on shared).

sorry, i am new to django... so don't i need root access and the
possibility to "really" install django? can i just put it into some of
my own directories like with most php applications?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Shared Hosting suggestion

2006-09-07 Thread Joseph Heck
We've used TextDrive, and while they have friendly service, we have had real trouble with system uptimes over the past several months. -joeOn 9/7/06, 
Giovanni Giorgi <[EMAIL PROTECTED]> wrote:
I am using http://www.openhosting.com/ and I find it nice, because withthe starting price you can also set up sendmail, PostgreSQL  and so on.To try indeed if you have some extra bucks

--~--~-~--~~~---~--~~
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  -~--~~~~--~~--~--~---


Re: Shared Hosting suggestion

2006-09-07 Thread Giovanni Giorgi

I am using http://www.openhosting.com/ and I find it nice, because with
the starting price you can also set up sendmail, PostgreSQL  and so on.
To try indeed if you have some extra bucks


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Shared Hosting suggestion

2006-09-07 Thread Remi

> Any of you have run a django application in a shared hosting
> successfully?

Yes, we do an we prove it :)
http://blog.webfaction.com/django-screencast

Remi

WebFaction - Hosting for an agile web


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Shared Hosting suggestion

2006-09-06 Thread Don Arbow

On Sep 6, 2006, at 5:52 PM, Elvis [Brazil] wrote:
>
> Any of you have run a django application in a shared hosting
> successfully? Is it possible?
> Any hosting company you'd like to suggest?




The django website has a list (at least 20) of web hosts you can run  
django on.

http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts

Don


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Shared Hosting suggestion

2006-09-06 Thread James Bennett

On 9/6/06, Elvis [Brazil] <[EMAIL PROTECTED]> wrote:
> Any of you have run a django application in a shared hosting
> successfully? Is it possible?
> Any hosting company you'd like to suggest?

Pretty much any shared hosting service that supports Python and
FastCGI will work (some offer mod_python, but not a lot of them, so
FastCGI is usually the way to go on shared).

I'm quite happy with TextDrive [1] (disclaimer: I'm not an employee of
TextDrive, but I do know some of the people who run it and have worked
with them in the past), and they have a manual (disclaimer: written by
me) on how to set up Django on their shared plans

Dreamhost[2] also has all the necessary bits to support Django, and I
believe there's a page on their wiki about how to set it up.

[1] http://textdrive.com/
[2] http://dreamhost.com/

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

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Shared Hosting suggestion

2006-09-06 Thread Joshua D. Drake

Elvis [Brazil] wrote:
> Any of you have run a django application in a shared hosting
> successfully? Is it possible?
> Any hosting company you'd like to suggest?

We do it (http://www.commandprompt.com/)

We setup a seperate apache server instance just for you and then use a 
master proxy.

> 
> thanks,
> Elvis
> 
> 
> > 


-- 

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
  http://www.commandprompt.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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Shared Hosting suggestion

2006-09-06 Thread Elvis [Brazil]

Any of you have run a django application in a shared hosting
successfully? Is it possible?
Any hosting company you'd like to suggest?

thanks,
Elvis


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---