What is the best server for Django

64 views
Skip to first unread message

Chen Xu

unread,
Mar 9, 2011, 4:53:26 AM3/9/11
to django...@googlegroups.com
I am thinking to buy a server, and integrated with Django environment. So could anyone please give me some suggestions, which server is the best for this, amazon ec2 or?

Thanks very much
Best regards

--
⚡ Chen Xu

Norberto Leite

unread,
Mar 9, 2011, 5:33:31 AM3/9/11
to django...@googlegroups.com
What you need is a the proper server for your application needs.If you are looking for managed hosting there are plenty of options to do this, a simple google query will give a lifetime of options. 
Now if you want to manage your own server instance and you need to define which type of machine you are looking for. Django/Python will run in the most common OS's,the question is which applies the best to your needs. 

In my case I'm using a linode VPS (Linode 512) which pretty much handles all my server needs for the time being. 

If you are looking for a more extensible / elastic platform that enables you to scale up or down in a very fashionable way I recommend the using an EC2 instance.
Pretty straightforward way getting started and a lot of already available instance images tailored for django environments.  
But there are tons of different hosting / housing / VPS solutions tailored for django. 

For the more purists, the recommendation will be google web apps wich as plenty of support  and helps paying Guido salary :)

It's all about having a clear view of what you need and how much you are willing to pay. 

N.
 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
Norberto Leite

Norberto Leite

unread,
Mar 9, 2011, 5:34:37 AM3/9/11
to django...@googlegroups.com
PS - You are not buying a server on EC2, google apps engine or any VPS provider, you are renting!
--
Norberto Leite

william ratcliff

unread,
Mar 9, 2011, 7:22:03 AM3/9/11
to django...@googlegroups.com, Norberto Leite
For hosted, I rather like webfaction.

Bruce Dou

unread,
Mar 9, 2011, 5:07:31 AM3/9/11
to django...@googlegroups.com
Linode or EC2.

> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

--
A decathlon Drupal developer & programmer
http://blog.eood.cn/

Sithembewena Lloyd Dube

unread,
Mar 9, 2011, 9:47:01 AM3/9/11
to django...@googlegroups.com, Bruce Dou
I guess it all depends on what one's needs are. For Django, I only have WebFaction experience and I second William Ratcliff on that note. They have been brilliant, offering a very user-friendly setup process as well as great turnaround times on support. They also

- stay very current on software updates, offering new versions barely days after they are released.
- allow the installation and use of custom modules even with their shared hosting plans.

N.B: - I am neither affiliate nor employee of WebFaction, and I get nothing for this plug :)
Regards,
Sithembewena Lloyd Dube

Sithembewena Lloyd Dube

unread,
Mar 9, 2011, 9:50:25 AM3/9/11
to django...@googlegroups.com, Bruce Dou
P.S: by "custom modules", I really meant long-running processes. They also limit the number of users allocated per shared machine to maintain decent performance.

James Abel

unread,
Mar 9, 2011, 9:53:22 AM3/9/11
to django...@googlegroups.com
+1 webfaction

Andy

unread,
Mar 9, 2011, 4:13:50 PM3/9/11
to Django users
It really depends on your needs.

If you are also running a DB on the server and have significant
traffic, virtual servers such as EC2 or Linode might not work well
because they tend to have poor IO performance.

Kenneth Gonsalves

unread,
Mar 9, 2011, 8:25:32 PM3/9/11
to django...@googlegroups.com
On Wed, 2011-03-09 at 16:47 +0200, Sithembewena Lloyd Dube wrote:
> I guess it all depends on what one's needs are. For Django, I only
> have
> WebFaction experience and I second William Ratcliff on that note. They
> have
> been brilliant, offering a very user-friendly setup process as well as
> great
> turnaround times on support. They also

+1 for webfaction - they rock. If you need a vps, another good choice is
Gandi. They are rock solid, but their ui is kinda weird. Even after 3
years I spend a good amount of time each month trying to figure out how
to make my monthly payment ;-)
--
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/

Huy Ton That

unread,
Mar 9, 2011, 9:14:45 PM3/9/11
to django...@googlegroups.com
+1 for Rackspace.


--

Tom Christie

unread,
Mar 10, 2011, 3:21:06 AM3/10/11
to django...@googlegroups.com
And again, +1 webfaction, they really do rock.

Eugene MechanisM

unread,
Mar 10, 2011, 9:00:09 AM3/10/11
to Django users
I've server (4x 2.66+ GHz, 8GB RAM, 2TB HDD, Debian 6) at http://ovh.co.uk
they're offers really great up-time/performance/service/broadband
speed.
I'm serving radio stations streams, several django sites(of coz nginx-
varnish-uwsgi)..

octopusgrabbus

unread,
Mar 10, 2011, 10:15:36 AM3/10/11
to Django users
Server or Hosted Service? I was confused by the question.

We host our own applications (at least for now).

For server hardware, we use IBM e-server, non-virtual at the moment.

For OS software, Red Hat Enterprise EL WS 5 in production. Eventually,
will be rebuilt using CentOS.

For development Ubuntu desktop 10.04 with server components
installed.

I would recommend 32-bit OS for now. I've suffered through a lot of
cockpit error with 64-bit. The mod_wsgi list was quite helpful
regarding that.

cmn

On Mar 10, 9:00 am, Eugene MechanisM <eugene.mechan...@gmail.com>
wrote:
> I've server (4x 2.66+ GHz, 8GB RAM, 2TB HDD, Debian 6) athttp://ovh.co.uk

Tiago Almeida

unread,
Mar 10, 2011, 10:21:03 AM3/10/11
to Django users
I've been using a shared hosting at djangohosting.ch and I am happy.
Lowest plans start at 4€/month, you only have to pay 3 months in
advance. Servers physically in europe (might be important due to
response times) and very simple web based installer for django apps.

Good luck.

Venkatraman S

unread,
Mar 10, 2011, 12:35:32 PM3/10/11
to django...@googlegroups.com, Tiago Almeida


On Thu, Mar 10, 2011 at 8:51 PM, Tiago Almeida <tiago.b...@gmail.com> wrote:
I've been using a shared hosting at djangohosting.ch and I am happy.
Lowest plans start at 4€/month, you only have to pay 3 months in
advance. Servers physically in europe (might be important due to
response times) and very simple web based installer for django apps.

How are these guys w.r.t webfaction - can someone who has used webfaction comment on these guys?
Webfaction's support simple rocks!
But, djangohosting.ch is almost 50% cheaper than webfaction! so was wondering whether i should make a move!

-V

shofty

unread,
Mar 11, 2011, 4:33:58 AM3/11/11
to django...@googlegroups.com, Tiago Almeida
i tried djangohosting.ch after webfaction. webfaction have better support response times which as a noob i needed. wf have some incredibly knowledgable staff on their support team. so it depends what you want. dh have a great installer, so long as you know what you're doing they're a good choice. first installation might not be too easy but after that...

Kenneth Gonsalves

unread,
Mar 11, 2011, 4:46:58 AM3/11/11
to django...@googlegroups.com

you do not really need to use their installer. I have set up some sites
there and I just do the standard virtualenv stuff - feels like I am on
my laptop. The do not give root access, but one gets ones own
configurable instance of apache - what more do you want?

andreap

unread,
Mar 11, 2011, 10:29:14 AM3/11/11
to Django users
Im using webfaction and its the best!


I have 2 question,

1 How can I make an online backup with webfaction?

2 I start to have new customers and I need a hosting to resell to my
customers. Can I use webfaction but actually I can only buy new ram
for my host....can I buy one hosting per customer?

thx
Andrea

------
suite.guz.it django CRM e CMS

Nate Aune

unread,
Mar 18, 2011, 4:33:55 PM3/18/11
to django...@googlegroups.com
I can't help you with your WebFaction questions, but I'd like to hear more about your needs for reselling Django hosting for your customers. Do you expect that you will give your customers access to their own hosting account, or will you manage this for them and just pass on the costs to them?

Nate

andreap

unread,
Mar 19, 2011, 10:17:19 AM3/19/11
to Django users
hi Nate,

i want to give some services to my customers.
I will sell a cms and my Suite(crm and more...)
my customers can't see the code.

what do you think about this choise ?
Andrea
Reply all
Reply to author
Forward
0 new messages