will it be harder to find a hosting company if I use Django with Python? - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T11:34:47Zhttp://stackoverflow.com/feeds/question/891246http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/891246/will-it-be-harder-to-find-a-hosting-company-if-i-use-django-with-python0will it be harder to find a hosting company if I use Django with Python?Jian Lin2009-05-21T03:10:30Z2009-05-21T06:23:53Z
<p>I'd like to go into Django with Python, but it seems that some hosting companies like <a href="http://www.dreamhost.com/r.cgi?542295" rel="nofollow">DreamHost</a>, <a href="http://affiliates.netfirms.com/e.asp?e=8&id=6738" rel="nofollow">Netfirms</a>, they both offer Ruby on Rails in the basic hosting package, but not Django. They only list Python, but not the framework. So does that mean if I use Django, I will need to look for companies that support Django, or can I simply add the Django files to my directory and it will work without using any other support?</p>
http://stackoverflow.com/questions/891246/will-it-be-harder-to-find-a-hosting-company-if-i-use-django-with-python/891256#8912562Answer by Pete for will it be harder to find a hosting company if I use Django with Python?Pete2009-05-21T03:12:15Z2009-05-21T03:12:15Z<p>Maybe you could look into <a href="http://code.google.com/appengine/" rel="nofollow">Googles app engine</a> if you want to do python web development. They can handle all the hosting for you.</p>
http://stackoverflow.com/questions/891246/will-it-be-harder-to-find-a-hosting-company-if-i-use-django-with-python/891261#8912611Answer by Yishai for will it be harder to find a hosting company if I use Django with Python?Yishai2009-05-21T03:15:50Z2009-05-21T03:15:50Z<p>It depends on compared to what. If it is compared to Rails, it will be harder just because of the buzz around Rails and it is quite likely a "basic" package would include Rails before Django, so if that cost factor matters, be aware of it, but there is pleanty of competition for Django hosting, so the lack of hosting isn't a reason to avoid it.</p>
<p>PHP is much more popular to host at the basic level, if hosting drives the technology decision.</p>
http://stackoverflow.com/questions/891246/will-it-be-harder-to-find-a-hosting-company-if-i-use-django-with-python/891264#8912645Answer by Moayad Mardini for will it be harder to find a hosting company if I use Django with Python?Moayad Mardini2009-05-21T03:16:26Z2009-05-21T03:16:26Z<p><a href="http://wiki.dreamhost.com/index.php/Django" rel="nofollow">Dreamhost does support Django!</a></p>
<p>And here's a <a href="http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts" rel="nofollow">list of hosting companies which support Django</a>, and as you see, most major companies support it.</p>
http://stackoverflow.com/questions/891246/will-it-be-harder-to-find-a-hosting-company-if-i-use-django-with-python/891269#89126911Answer by Paolo Bergantino for will it be harder to find a hosting company if I use Django with Python?Paolo Bergantino2009-05-21T03:18:37Z2009-05-21T03:18:37Z<p>Check out <a href="http://www.Djangofriendly.com" rel="nofollow">Djangofriendly.com</a> for a list of hosts that are friendly to setting up Django (not that you can't do it with many other hosts, of course).</p>
<p>Personally, I have a few Django apps hosted on <a href="http://www.webfaction.com" rel="nofollow">Webfaction</a> and they are absolutely amazing.</p>
http://stackoverflow.com/questions/891246/will-it-be-harder-to-find-a-hosting-company-if-i-use-django-with-python/891271#8912712Answer by James Anderson for will it be harder to find a hosting company if I use Django with Python?James Anderson2009-05-21T03:18:53Z2009-05-21T03:18:53Z<p>Yes!</p>
<p>The standard hosting packages are either Windows/ISS or Linux/php/perl/Mysql.</p>
<p>There are a few specialist Django/python hosting packages, but, your best bet is
to get a Linux VPS (Virtual Private Server) package which gives you root access.</p>
<p>You can then install exactly what you require. Prices start at less $10 a month
for a basic low bandwith not much disk space package.</p>
http://stackoverflow.com/questions/891246/will-it-be-harder-to-find-a-hosting-company-if-i-use-django-with-python/891272#8912722Answer by hekevintran for will it be harder to find a hosting company if I use Django with Python?hekevintran2009-05-21T03:19:28Z2009-05-21T03:19:28Z<p>It would be harder in the sense that the number of choices you have will be smaller. But the reality is that you need only one host anyway.</p>
<p>I highly recommend <a href="http://www.webfaction.com/" rel="nofollow">Webfaction</a> as my experience with them has been very good. They support Django out of the box with very little configuration necessary on your side.</p>
<p>Check these lists for Django hosts:
<a href="http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts" rel="nofollow">http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts</a>
<a href="http://djangohosting.org/" rel="nofollow">http://djangohosting.org/</a></p>
http://stackoverflow.com/questions/891246/will-it-be-harder-to-find-a-hosting-company-if-i-use-django-with-python/891615#8916153Answer by thepeer for will it be harder to find a hosting company if I use Django with Python?thepeer2009-05-21T06:23:53Z2009-05-21T06:23:53Z<p>Be aware that most shared hosting packages will not be suitable for Django, because of the need to restart the server whenever you make changes to python code - most don't allow this. Webfaction is a notable exception - I am using them for several Django projects, and would second the recommendations above. You barely notice it's a shared host. </p>
<p>But you might want to consider virtualized hosting. I also have some projects hosted at <a href="http://www.slicehost.com/" rel="nofollow">Slicehost</a>. The prices are comparable to a shared host and you have complete control over your server. This also means, of course, that setting things up is less one-click, although they provide great step-by-step tutorials.</p>