vote up 14 vote down
star
7

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)?

flag
add comment

17 Answers

vote up 13 vote down
check

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|flag
I use webfaction also. But for a Pylons site, not a Django site. They have a very nice control panel. – Echo Sep 24 at 21:06
add comment
vote up 16 vote down

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|flag
add comment
vote up 8 vote down

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.
  • Cheap! ($8.50/mo with 1 year pre-pay)

And the negatives:

  • Shared hosting means no root access :'(
  • 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|flag
add comment
vote up 3 vote down

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

link|flag
Google App Engine is not available everywhere. Here in Argentina I can't get the authorization sms. – voyager Apr 20 at 0:17
add comment
vote up 3 vote down

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|flag
add comment
vote up 2 vote down

@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|flag
add comment
vote up 2 vote down

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|flag
add comment
vote up 2 vote down

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|flag
add comment
vote up 2 vote down

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|flag
add comment
vote up 1 vote down

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

link|flag
add comment
vote up 1 vote down

In Europe, djangohosting.ch looks attractive.

link|flag
add comment
vote up 0 vote down

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|flag
add comment
vote up 0 vote down

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|flag
add comment
vote up 0 vote down

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|flag
add comment
vote up 0 vote down

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|flag
add comment
vote up 0 vote down

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

link|flag
add comment
vote up 0 vote down

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|flag
add comment

Your Answer

Get an OpenID
or

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