I have been using django a great deal lately and would like to find a home to host my apps.

What is the best django web host? (Official django support preferred)

Which service has the lowest price (without a long contract)?

link|improve this question
feedback

23 Answers

up vote 42 down vote accepted

I'm a huge fan of webfaction as well. They are not the cheapest hosts at $9.50 a month (if you are not prepaying for a year) but they have supported django for as long as it has been around, they support the stable and 1.0 alpha releases and they have a control panel app that allows you to setup in about two minutes. Have you checked out djangofriendly? There are quite a few reviews and recommendations for django hosts there.

link|improve this answer
I use webfaction also. But for a Pylons site, not a Django site. They have a very nice control panel. – Echo Sep 24 '08 at 21:06
They are a bit slow on getting the python2.6 installer going. – drozzy Feb 11 '10 at 13:43
This just in: WebFaction still rocks. – user456584 Jun 25 '11 at 19:22
it worths to check freedjangohosting.com – soField Oct 19 '11 at 17:48
I'm not a huge fan of webfaction. I use them because they are cheap, and have EEA datacenters, but there is nothing especially good about them beyond that. For instance, their apache/mod_wsgi setup recently stopped being able to run my django app correctly, and I had to install gunicorn instead. – Marcin Mar 28 at 16:26
feedback

Getting a slice from slicehost is probably your best bet. At $$20/mo they are more expensive than shared hosting plans but nothing beats root access on your own VPS. You can take your pick of whatever webserver, version of Django, and custom software that you want.

They also have a great AJAX-y web control panel and excellent support. You'll be amazed at the difference, especially if you're moving up from a terrible oversold shared hosting plan.

link|improve this answer
1  
there are other, cheaper VPS such as vpslink.com – Seth Alexander Bird Feb 23 '10 at 3:37
1  
Rackspace Cloud do a $13 vps I believe. Linode are also cheaper than Slicehost and their support is fairly good. – Keyo Nov 15 '10 at 7:14
feedback

I use Linode who provide you with complete root access to your own machine, for a really quite small fee. Sure it's a bit more work than someone like webfaction, but in the long run I think the extra flexibility and security in knowing that other user's can't affect the performance of my system makes it worthwhile.

link|improve this answer
feedback

I really, really like Webfaction and I think you'll find a lot of others that do too.

In my year with webfaction so far here are the positive things:

  • Great django support out of the box. They have support people familiar with django and ready to help you out at all times. It's easy to install release versions or to run off SVN Trunk since you have access to your own python site-packages directory.
  • Very reliable (0% downtime on my server [that I noticed, anyway)]
  • Amazing support on the forums
  • Willing to install custom software, etc.
  • SSH
  • Cheap! ($8.50/mo with 1 year pre-pay)

And the negatives:

  • Shared hosting means no root access :'( Only root on your folder)
  • Shared hosting means someone else can mess up my server processes

Those aren't really negatives specific to webfaction, though, so take them for what they're worth.

Overall I'm very happy with them.

link|improve this answer
having to pay using paypal certainly sucks – BozoJoe Jan 28 '11 at 4:52
One does not have to use paypal. – Marcin Mar 28 at 16:27
feedback

The lowest price one is probably Google Appengine. No contract to speak of and it's free.

link|improve this answer
3  
Google App Engine is not available everywhere. Here in Argentina I can't get the authorization sms. – voyager Apr 20 '09 at 0:17
1  
@voyager LOL that's a terrible reason not to be able to use it. Google needs to figure that situation out so that others can use the GAE. – orokusaki Feb 21 '10 at 22:45
2  
@orokusaki: it is a valid, practical reason. Don't tell me, tell Google. Anyway, this changed at the end of last year. The point stands: if Google doesn't want you to use GAE because of where you are living, then you can't use it, whether you want it or not. – voyager Feb 21 '10 at 23:21
@voyager I didn't mean it's a bad reason in the invalid sense. I meant that it's an idiotic thing for Google to do. – orokusaki Feb 22 '10 at 16:25
1  
Caveat: GAE means you won’t be using the normal Django ORM, but instead Google’s Datastore. – Alan H. Feb 22 '11 at 21:04
show 1 more comment
feedback

@Patrick: the big issue with hosting a Django app on Google App Engine is that GAE requires you to use BigTable for storage, and that isn't (and likely won't be) integrated with Django's ORM. So, if you're looking to do anything with the database side of things, you'll either have to write a fair amount of GAE-specific code, or it isn't for you.

link|improve this answer
feedback

I'd recommend AlwaysData(.com). They have free packet (with only 10mb of storage space, but... FREE), and great and responsive support.

link|improve this answer
+1 especially for the great and responsive support. Moreover, the 10GB package is 95€ a year. Not so expensive – luc Nov 16 '09 at 10:04
feedback

SliceHost is what I use. They set you up with a VPS (Virtual Private Server) that you have full control over. You can install all the software you need to run your websites how you want to. If you're handy with linux this is the best way to go, in my opinion.

The cheapest plan is $20/month, which, as of now, gives you 10GB of storage and 100GB monthly bandwidth. There are no contracts; you pay monthly.

p.s., I swear I don't work for SliceHost :)

link|improve this answer
feedback

http://djangofriendly.com is a site that attempts to answer this question. They have a whole list of sites with some form of Django support, each ranked according to up/down vote total, and most with customer reviews.

When searching there, you can filter by the type of hosting you're looking for (shared vs dedicated vs VPS) or by price.

link|improve this answer
2  
@saturdayplace You can't trust that site because he has interest in the links he provides. They are all affiliate links (except where the providers don't over an affiliate program). – orokusaki Feb 21 '10 at 22:44
feedback

Another cheer for Slicehost here.

Even if you do't use them as a host, they have some amazing public tutorials that help you set up the whole stack for a Django server: OS, web server(s), database, Django, etc.

link|improve this answer
feedback

I use Linode for things that warrant a full VPS, and Heroku + Amazon S3 (via django-storages & boto) for those things that i don't feel like i need full OS control and want to get up quickly and not worry about server setup.

Although it used to be just Ruby, Heroku supports python and django very well now. Here is enough to get you started: https://devcenter.heroku.com/articles/django

Following in the footsteps of Heroku, there appear to be a new generation of cloud-based PAAS (Platform As A Service) providers, which are seeking business from the Django universe. Each appears to be somewhat unique, but are aiming at the same basic idea: quick deployment and full django support.

Here are some of the one's I've heard about (mostly at DjangoCon 2011) ep.io gondor.io dotcloud djangozoom apphosted

link|improve this answer
feedback

For Python web app hosting you could also look at PythonAnywhere. We have released a simple hosting option for Python web apps and we have a quickstart button to immediately create a working deploy of a base django install as well.

link|improve this answer
also: it's free. – hwjp May 18 at 10:37
feedback

I've heard that http://rimuhosting.com/ are also excellent, but I have not used them personally. I know for a fact they support django.

link|improve this answer
feedback

I used highspeedrails.com but found their support to be terrible. It's fast support, but tramples on your install and is very surly (one over-taxed support person). Webfaction sounds good.

link|improve this answer
feedback

Another vote for webfaction. They seem to be heavily focused on Python and it was their starting point. Admin interface seems to be simple and easy to use.

link|improve this answer
feedback

why not host in google app engine, django and python are mainly supported. and as far as I know it is free.

link|improve this answer
But it requires patches to get the full django capability (e.g session, admin, etc) and you can not use django model on AppEngine. – jpartogi Jul 22 '09 at 2:36
feedback

In Europe, djangohosting.ch looks attractive.

link|improve this answer
feedback

I recommend starting with Slicehost. Try setting up the servers yourself with the tutorial's help. If you messed up, just get delete your slice and start all over again.

link|improve this answer
feedback

I use Webfaction and is great for me, but the official hosting provider for djangoproject is hosted @ django containers of mediatemple

link|improve this answer
feedback

Please check Stackable out. We've worked hard to make a Django specific environment that scales horizontally and vertically. Disclosure - I own the company.

link|improve this answer
feedback

I am using webfaction and it is great shared hosting, not just for django, but for all things that are hosted on LAMP, an it isn't expensive.

link|improve this answer
feedback

you can also try www.swarmhost.net I have a bigger box with them, however they have vps starting at about $8 with 512 mb ram. unbeatable price with all the root access you get. Also they are planing to introduce django hosting specialized for starters at about $3.

link|improve this answer
feedback

I don't know about this application, but for sure you can go for hosting services provided by Real Time data services. They claim to provide application hosting service on each and every application.

They do charge a very nominal amount.

They charge on per month basis and you can leave the services as the month gets over.

May be this link help you:- http://www.myrealdata.com/application-hosting.html

link|improve this answer
feedback

protected by Piskvor Feb 22 '11 at 17:54

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.