Is there a cloud based development for Django, such as there is cloud based development and hosting environment for Ruby / heroku
+1
A:
google app engine might do what you want - take a look at it here http://code.google.com/appengine/articles/django.html
stephenmurdoch
2010-10-31 16:51:16
Except that it is not 'strictly' Django
sebpiq
2010-10-31 16:52:44
@sebpiq: the full Django stack runs on GAE.
Rafe Kettler
2010-10-31 17:17:31
Really ??? Even all the things in 'contrib' ? 'auth' ? 'admin' ? 'db.models.Model' ?
sebpiq
2010-10-31 17:54:02
App Engine doesn't support the full Django ORM experience yet. There are projects that try to make most of the ORM work (e.g. http://www.allbuttonspressed.com/projects/djangoappengine) but you still have to consider the limitations of App Engine's data store (e.g. no joins). There is a recent development that may bring the full Django experience to App Engine, though: http://groups.google.com/group/django-developers/browse_thread/thread/eee872b03286075e#
piquadrat
2010-10-31 17:59:01
-1. I had a little disappointment with using GAE. Yes it is super easy to use, super fast to deploy, free, etc, etc ... But I had a whole working website in Django, and I had to refactor lots of stuff to have it working with gae... just cause I couldn't find any other free hosting. So 2 -1, because it is certainly not so easy as heroku.
sebpiq
2010-10-31 18:06:38
@sebpiq: what did you expect from free hosting?
Rafe Kettler
2010-10-31 18:52:31
@Rafe Kettler: Same as heroku :)
sebpiq
2010-10-31 21:00:26