Re: django web hosting

2008-09-03 Thread Shantp
I was a beginner to linux and django and SliceHost has been awesome for getting myself going and learning. http://www.slicehost.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: django web hosting

2008-09-03 Thread mccomas . chris
I had the beta container for Django and to me, compared to say WebFaction, it was a pain in the ass, it just didn't feel "natural" using the Django container. I am, later this month, moving away from WebFaction and getting a dedicated virtual at MediaTemple tho... On Sep 3, 5:06 am, "Mic Pringle"

Re: django web hosting

2008-09-03 Thread James Matthews
I am using Dreamhost and it's works (It's a little bit of pain to install but they officially are going to support it soon) On Wed, Sep 3, 2008 at 5:18 AM, <[EMAIL PROTECTED]> wrote: > > I had the beta container for Django and to me, compared to say > WebFaction, it was a pain in the ass, it just

Re: django web hosting

2008-09-03 Thread Abdallah El Guindy
Google app engine provides free hosting, with Django support Link: http://appengine.google.com/ The only problem is that I haven't managed to make the db classes run, the google API provides some other mechanism.. If you can migrate to that then almost everything else will run. You can also purc

Re: django web hosting

2008-09-03 Thread Ed Wong
Thanks all for your advice. You have given me great info. I too have heard good things about webfaction. I will research more into them. Thanks again! :) On Sep 3, 11:57 am, "Abdallah El Guindy" <[EMAIL PROTECTED]> wrote: > Google app engine provides free hosting, with Django support > > Link

Re: django web hosting

2008-09-03 Thread Mic Pringle
I have it on good authority that Media Temple will be launching their Django Container later this week, which is what I'm holding out for. -Mic 2008/9/3 tupixo <[EMAIL PROTECTED]>: > >> i am looking for a good web host for my django website. does anyone >> suggest a good host? thanks. > > I've

Re: django web hosting

2008-09-03 Thread chr
i can only recommend djangohosting.ch for small to medium django-based websites (with a european audience). deployed four websites with djangohosting now. support is helpful and fast. the config-panel is amazing. also, a lot of python packages are installed by default. my latest site was online wi

Re: django web hosting

2008-09-03 Thread Thomas Steinacher (djangohosting.ch)
On 3 Sep., 06:21, David Zhou <[EMAIL PROTECTED]> wrote: > 60 megs is kind of low for djangohosting.ch's higher plan --   > webfaction, for example, gives 80 mb memory with their lowest plan. It's enough for most sites. But you can always upgrade your RAM if you need more. > I also really dislik

Re: django web hosting

2008-09-03 Thread tupixo
> i am looking for a good web host for my django website.  does anyone > suggest a good host?  thanks. I've heard good things about djangohosting.ch and great things about webfaction.com :) >From what I've heard Django apps are setup in a similar way in both, but for the rest WebFaction is probab

Re: django web hosting

2008-09-03 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-09-03, o godz. 02:39, przez Nikos Delibaltadakis: > If you want just django then http://djangohosting.ch/ is much better > than webfaction, i have accounts in both. > If you want other platforms too, then prefer webfaction. I made my hosting decisions based on

Re: django web hosting

2008-09-02 Thread David Zhou
60 megs is kind of low for djangohosting.ch's higher plan -- webfaction, for example, gives 80 mb memory with their lowest plan. I also really dislike hosts that claim "unlimited" bandwidth, and then say in the fine print that "unlimited" really means no more than 200gb a month. In fact, d

Re: django web hosting

2008-09-02 Thread Nikos Delibaltadakis
If you want just django then http://djangohosting.ch/ is much better than webfaction, i have accounts in both. If you want other platforms too, then prefer webfaction. 2008/9/3 Ed Wong <[EMAIL PROTECTED]> > > hi all, > > i am looking for a good web host for my django website. does anyone > sugge

Re: django web hosting

2008-09-02 Thread David Zhou
I've had pretty good experiences with WebFction. David Sent from my iPhone On Sep 2, 2008, at 7:30 PM, Ed Wong <[EMAIL PROTECTED]> wrote: > > hi all, > > i am looking for a good web host for my django website. does anyone > suggest a good host? thanks. > > > --~--~-~--~~

Re: django web hosting

2008-09-02 Thread Ray Smith
Hi, Have you looked at: http://djangofriendly.com/hosts/ Regards, Ray Smith http://RaymondSmith.com On Tue, 2 Sep 2008 16:30:56 -0700 (PDT), Ed Wong <[EMAIL PROTECTED]> wrote: > > hi all, > > i am looking for a good web host for my django website. does anyone > suggest a good host? tha

django web hosting

2008-09-02 Thread Ed Wong
hi all, i am looking for a good web host for my django website. does anyone suggest a good host? thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Re: Django Web Hosting Service

2007-11-26 Thread rp
Although more expensive ($34/mo), I found highspeedrails.com to be excellent--you can also host multiple sites on one account. As my webfaction sites grew, they didn't hold up the way that highspeedrails.com did. I eventually moved things over there. --~--~-~--~~~---~

Re: Django Web Hosting Service

2007-11-26 Thread Yatla
ent) with a small orange > as well: asmallorange.com > > On Nov 21, 2:40 pm, "Ronaldo Z. Afonso" <[EMAIL PROTECTED]> > wrote: > > > > > Hi all, > > > Can anybody recommend me a Django Web Hosting Service? >

Re: Django Web Hosting Service

2007-11-25 Thread Graham Dumpleton
On Nov 26, 7:00 am, Jose C <[EMAIL PROTECTED]> wrote: > > In short, if you are running Django in worker MPM for Apache, you can > > be subject to sudden memory increases when you get concurrent requests > > against resources which chew up a lot of transient memory. Receiving a > > lot of concurren

Re: Django Web Hosting Service

2007-11-25 Thread LaundroMat
I have had good experiences (albeit limited; the hosted site is more a testing thing than something else at the moment) with a small orange as well: asmallorange.com On Nov 21, 2:40 pm, "Ronaldo Z. Afonso" <[EMAIL PROTECTED]> wrote: > Hi all, > > Can anybody recommend

Re: Django Web Hosting Service

2007-11-25 Thread Jose C
> In short, if you are running Django in worker MPM for Apache, you can > be subject to sudden memory increases when you get concurrent requests > against resources which chew up a lot of transient memory. Receiving a > lot of concurrent POST requests with large content data can be one > trigger i

Re: Django Web Hosting Service

2007-11-25 Thread Graham Dumpleton
On Nov 25, 6:58 pm, David Sissitka <[EMAIL PROTECTED]> wrote: > Hello, > > > then why do you recommend that apache be restarted on 17,37 and 57 minutes? > > In fact *you* yourself install that cronjob on all django sites.? > > The cron job you're referring to: > > 1) Exists because if you've a sp

Re: Django Web Hosting Service

2007-11-24 Thread David Sissitka
Hello, > then why do you recommend that apache be restarted on 17,37 and 57 minutes? > In fact *you* yourself install that cronjob on all django sites.? The cron job you're referring to: 1) Exists because if you've a spike in CPU or memory usage that affects others on the same server your proc

Re: Django Web Hosting Service

2007-11-24 Thread Kenneth Gonsalves
On 25-Nov-07, at 3:49 AM, David Sissitka wrote: >> I used to be very prowebfaction- they have huge memory leak >> problems and unless you stop and start apache once every 20 minutes, >> you very easily go over the memory limits. I now feel they are only >> good for toy sites. > > There are no kn

Re: Django Web Hosting Service

2007-11-24 Thread Jonathan Buchanan
Kenneth Gonsalves wrote: > > On 22-Nov-07, at 2:15 AM, Daniel Roseman wrote: > >>> http://www.webfaction.com/ >>> >>> They are amazing and reasonably priced. Their support is great. They >>> have exceeded my expectations many times. >>> >>> Chuck >> Second this recommendation. I am very happy wi

Re: Django Web Hosting Service

2007-11-24 Thread David Sissitka
On Nov 22, 1:09 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > I used to be very prowebfaction- they have huge memory leak > problems and unless you stop and start apache once every 20 minutes, > you very easily go over the memory limits. I now feel they are only > good for toy sites. There

Re: Django Web Hosting Service

2007-11-22 Thread Kenneth Gonsalves
On 22-Nov-07, at 2:15 AM, Daniel Roseman wrote: >> http://www.webfaction.com/ >> >> They are amazing and reasonably priced. Their support is great. They >> have exceeded my expectations many times. >> >> Chuck > > Second this recommendation. I am very happy with them, and they have > responded t

Re: Django Web Hosting Service

2007-11-22 Thread Chris Hoeppner
Yeah, Slicehost have a nice name in the industry, though you gotta order with some time in advance. Don't rely on them for "I need a server for yesterday" situations ;) ~ Chris El jue, 22-11-2007 a las 04:37 -0800, [EMAIL PROTECTED] escribi�: > > > Can anybody re

Re: Django Web Hosting Service

2007-11-22 Thread [EMAIL PROTECTED]
> Can anybody recommend me a Django Web Hosting Service? I recommend buying a VPS, and one of the very best VPS services is slicehost.com which i really recommend! If VPS is to expensive for you then WebFaction is the solution you should go w

Re: Django Web Hosting Service

2007-11-22 Thread Niels Sandholt Busch
> Can anybody recommend me a Django Web Hosting Service? Webfaction is really good. I'm a happy customer. \Niels --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: Django Web Hosting Service

2007-11-21 Thread Hugh Bien
Another +1 for webfaction. The cheapest plan supports Django, 7.50/mo for two years in advance, but you can get a refund for your remaining time if you're not satisfied. Pretty sweet deal. On 11/21/07, Daniel Roseman <[EMAIL PROTECTED]> wrote: > > > On Nov 21, 1:57 pm, cwurld <[EMAIL PROTECTED]>

Re: Django Web Hosting Service

2007-11-21 Thread Daniel Roseman
On Nov 21, 1:57 pm, cwurld <[EMAIL PROTECTED]> wrote: > http://www.webfaction.com/ > > They are amazing and reasonably priced. Their support is great. They > have exceeded my expectations many times. > > Chuck Second this recommendation. I am very happy with them, and they have responded to suppo

Re: Django Web Hosting Service

2007-11-21 Thread Chris Hoeppner
hey are amazing and reasonably priced. Their support is great. They > have exceeded my expectations many times. > > Chuck > > On Nov 21, 7:40 am, "Ronaldo Z. Afonso" <[EMAIL PROTECTED]> > wrote: > > Hi all, > &g

Re: Django Web Hosting Service

2007-11-21 Thread cwurld
http://www.webfaction.com/ They are amazing and reasonably priced. Their support is great. They have exceeded my expectations many times. Chuck On Nov 21, 7:40 am, "Ronaldo Z. Afonso" <[EMAIL PROTECTED]> wrote: > Hi all, > > Can anybody recommend me a Django Web

Django Web Hosting Service

2007-11-21 Thread Ronaldo Z. Afonso
Hi all, Can anybody recommend me a Django Web Hosting Service? Thanks. Ronaldo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj