up vote 45 down vote favorite
38
share [g+] share [fb]

Is there a free working python host on which I can live test a django app?

Google app engine is not an option.

link|improve this question

feedback

protected by Piskvor Feb 22 '11 at 17:55

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.

10 Answers

up vote 34 down vote accepted

Suggested by Django's wiki: http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts

Only free (for 10 MB) one listed there: http://www.alwaysdata.com

link|improve this answer
alwaysdata is the best free hosting with Python I've seen, and its bad sides like 10MB storage and 1GB bandwidth/month can be fixed with alternative hosting for static files, one of them may be Dropbox. – BlaXpirit May 18 '11 at 15:08
It's a bit slow for me. Possibly because they are in France, and I am in the United States? – Zhehao Mao Jun 23 '11 at 1:08
feedback

new kid on the block! HelioHost

I have already registered - time will tell what comes out of this. Looks too good, gotta say!

link|improve this answer
Looks nice, but they need to include GeoPy :) – marcc Nov 9 '09 at 1:34
1  
apparently they only claim on the frontsite to support django - practically django works halfway... when i tried to do anything with database whatsoever it gave 500 internal error... – Marek Mollin Jan 22 '10 at 13:29
feedback

See http://djangofriendly.com/hosts/ - the only free is already mentioned here AlwaysData, but you can find a plenty of cheap options. WebFaction and djangohosting.ch seems to be good (and cheap) choices for a start.

link|improve this answer
feedback

You should take a look at shellmix.com which provide free shell accounts on their machines.

Along with the free account, you have access to python and django, free of charge.

With Shellmix.com :

  • You can run what you want (according with the general rules of use of the service)
  • You can run 20 background process
  • You have access to programming environment: c, c++, tcl, python, perl, java, php, ruby, rubygems, ruby on rails,
  • Your home directory is protected from other users
  • You can provide own website
  • You can park own domain free
  • You have your own virtual host domain

Here is the full list of software already installed.

Along with the free account, you have 200 MB Hard Drive space, and 10MB MySQL database.

link|improve this answer
feedback

try http://ep.io. They provide good django hosting and the provide some free limits which would surface for test purposes. They also include means to install third party packages like south. Unlike Google App Engine Data store, they have postgresql and mysql. But the plans could also be upgraded (must pay for this).

link|improve this answer
Invite only currently... – Kugel Jan 7 at 22:31
feedback

You can check out great Free Django Hosting

http://freedjangohosting.com/

link|improve this answer
feedback

Unfortunately, I think there is no free django hostings, at least with public status.

You can try to find something not expensive here or here.

Not an AD, only personal experience: Among others, I like Ukrainian hoster TopHost (TopHost.com.ua), they have no english page, so write directly sales@tophost.com.ua, their Django tariff 11$/month, and they give 2 free month for year, if you're hosting python project.

link|improve this answer
feedback

These guys offer free Django hosting:

http://0x2a-dc.com/index.php?name=shop&cat=6

Haven't tried them, but it's worth a shot!?

link|improve this answer
The link 0x2a-dc.com/hosting is broken. – Peter Mortensen Jul 20 '09 at 18:22
i don't see any django there – soField Dec 9 '11 at 16:32
feedback

Amazon EC2 could be a choice. The cost will depend on your needs and they offer a free tier plan during a year.

If you don't want to configure your system from scratch BitNami offers a public BitNami DjangoStack AMI that includes Python, Django, Apache with mod_wsgi, MySQL and PostgreSQL already configured.

You could also use BitNami Cloud Hosting. It makes easier to manage your severs (start/stop, basic monitoring, resize images, schedule backups,...) we offer a free developer plan (you will still be charged by the Amazon if you are not part of the free tier).

Also mention that BitNami offers free native installers and virtual machines with the same environment that the AMI. This makes easier to develop locally and then deploy your application in the BitNami DjangoStack AMI.

NOTE: I am part of the BitNami team.

link|improve this answer
feedback

free Python hosting at keeflex.com

link|improve this answer
no way, it's bad – AnswerMyQuestionDude Apr 8 '11 at 22:57
feedback

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