I'm sad to see their free sandboxes going away, they were a good option for deploying Django for small, non-commercial projects or tests. The experience was better than Heroku (rsync deploy, reasonable database limit, ssh shell) and the docs were alright.
From the free options I've seen so far, AppFog comes closest, but last time I tried them the Python/Django documentation was pretty sketchy and the build process had some issues.
What are some other good free (tier) PaaS options out there?
>What are some other good free (tier) PaaS options out there?
Cloudbees for JVM apps. You can get started with a free tier git repo, Jenkins build service, db (MySQL default, Postgres available), Tomcat or JBoss instance, and custom domain, and set it up for continuous deployment whenever you push changes to your git repo.
Not that I wouldn't like more, but I'm perfectly happy even with those terms, they still mean I can deploy as many experiments and prototypes as I want.
I wouldn't expect to run a production application with 50GB/month traffic for free (unless it was some kind of great free service itself, and then you can probably talk it over with them).
Django-nonrel is in somewhat rough shape and your code ends up coupled to the platform anyway. No plausible path off of App Engine except a rewrite. So better keep it small.
I believe AppScale is a plausible way out. I tried to use Typhoonae, but couldn't make it work.
I've been playing with the idea of building a App Engine gear able to run Python apps on top of OpenShift, but my day job is interfering with my hobbies...
Interesting. I'll definitely check them out as a replacement for dotCloud.
Would anyone happe to know a trick to view localhost apps on the iOS Simulator, so I don't have to deploy to an external site to view how my CSS behaves on iOS devices?
From the free options I've seen so far, AppFog comes closest, but last time I tried them the Python/Django documentation was pretty sketchy and the build process had some issues.
What are some other good free (tier) PaaS options out there?