vote up 8 vote down star
7

I'm looking for a hosting provider for my Python-Django project.

I need suggestions in terms of both shared space and managed server solutions. Of course, in case of shared space, Python execution through CGI is not an option.

For now, I'm concerning Slicehost or Linode... Anyone with other recommendations?

Thanx

flag

2  
Why do you specify FastCGI or mod_python? mod_wsgi is the preferred method these days, and is much more efficient than either. – Daniel Roseman Jul 13 at 11:07
1  
Duplicate question? stackoverflow.com/questions/2729/… – msanders Jul 13 at 12:43
@Daniel, You're right, what I actually wanted was to eliminate simple CGI solutions. Edited. – Jox Jul 13 at 17:29
1  
ServerFault, maybe? – Nikhil Chelliah Jul 14 at 3:00

14 Answers

vote up 5 vote down check

Have a look at: djangohosting.org and djangofriendly.com If you are looking for a VPS, Slicehost and Linode are probably your best options.

link|flag
Anybody knows what happened to Bells-n-whistles? – Jox Jul 14 at 10:17
vote up 15 vote down

I've heard great things about WebFaction

link|flag
vote up 9 vote down

I've been using webfaction for close to a year and have been really happy with it.

link|flag
Same here. .............. – Echo Dec 21 at 16:07
vote up 7 vote down

I use Google App Engine to host my Django-Python Site

link|flag
Aren't there some limitations compared to other hosting services? Guido van Rossum talked about it in his DjangoCon 2008 Keynote, "Rapid Development with Python, Django and Google App Engine" - youtube.com/watch?v=CmyFcChTc4M. Or are those limitations not a real issue in practice? – Peter Mortensen Jul 19 at 22:03
App Engine has advantages and disadvantages. It makes scaling easier but you don't have a full SQL database. – Christian Sep 22 at 20:17
vote up 3 vote down

I'm very happy with slicehost.

link|flag
I'm also very happy with Slicehost... – Jon Jul 13 at 18:16
vote up 2 vote down

I'm using djangohosting.ch and am very happy with it because it's low cost (on a shared host) but lets you do most things you can do on a dedicated server.

link|flag
vote up 2 vote down

You may be interested by http://www.alwaysdata.com/ which is providing free django support up to 10MB (which is not a lot but is good for testing an app). Of course tou can get more disk space with a small fee (90 euros a year I think)

They are providing python and django in standard on shared space through FastCgi.

Their offer and their support service are excellent.

It is a french company so some parts are only in french but they are trying to provide an international environment.

link|flag
The sign-up process, starting at alwaysdata.com/subscribe/1, is all in French so you need some basic skills or translation. I have just signed up and can access the admin interface (English). The instructions for how to transfer/install your Django project is on page wiki.alwaysdata.com/wiki/… (in French). – Peter Mortensen Jul 19 at 22:43
I think that you can contact the admin by entering a ticket. He can speak english and will help you – luc Jul 20 at 7:26
vote up 2 vote down

I have three apps on two accounts with http://www.webfaction.com

I am a happy customer, mainly because they deliver what they promise, including no overloaded servers. Also their hosting model is unique, you will always feel in control of everything.

Plus theirs is perhaps the best support system that I have experienced as far as hosting Django goes.

Prices are affordable too. And they are very flexible, they have met every request I have made.

I think they should employ me as their marketing guy :)

link|flag
vote up 1 vote down

I have 3 servers with MediaTemple (two dv's and one dvp nitro) all of which are running django apps. We get great service and great reliability. MT is probably a bit more costly than other providers, but for any type of (virtual) dedicated server, it's probably fairly reasonable.

If your app/site doesnt need the dedicated power, I'd stay away from MT, since it's going to cost you 40$+ to run django on their shared hosting. I've heard good things about both Webfaction and slicehost for shared hosting.

link|flag
vote up 1 vote down

I just hosted by website on WWW.WEBFACTION.com . They are best and cheapest. No comparison. I was able to get my site up and running in less than 15 minutes. I am paying only 5.99 per month. They give you ssh access with database management tools etc. I tried other hosting companies but they have many hidden charges which you discover along the way.

link|flag
vote up 0 vote down

Have you considered Amazon EC2?

link|flag
vote up 0 vote down

I personally use A Small Orange, and I've been pretty happy with them. Their technicians are especially quick to respond to requests (like compiling a module with C extensions, for example). I've experienced some downtime with them a couple times, but nothing major. Their pricing is pretty good, too.

link|flag
vote up 0 vote down

As others have already suggested, VPS hosting is great for Django projects. You get root-level control over everything (httpd most importantly) but don't have to worry about hardware failures. I've used JohnCompanies for years and am very happy with them. I run FreeBSD, but if you're more comfortable doing Linux admin they offer lots of Linux flavors too.

link|flag
vote up 0 vote down

Pythonicity is a python focused host which hosts Django with mod_wsgi. Everything is on raid 1 so a little more expensive.

link|flag

Your Answer

Get an OpenID
or
never shown

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