I'm looking at using Google App Engine for Django.

You requested Python > 2.5, but Django doesn't work with Python 3.x,
and 2.7 it just out the door, so the only thing beyond 2.5 is 2.6 and
I don't think the difference is that big.

I can't deny, though, that it would be nice if GAE would add support
for 2.7.  There will always be ways in which using GAE reduces your
flexibility and control.

On the upside, with GAE you won't need to change hosts later.

GAE's built-in Django support is currently at Django 1.1, but you can
bypass this and use whatever version you want (or so I've heard).

It appears to me that the best way to use Django on GAE at this time
is to stick with 1.1 and use the Django-nonrel patch:

http://www.allbuttonspressed.com/
http://www.allbuttonspressed.com/projects/djangoappengine
http://groups.google.com/group/django-non-relational

With Django non-rel you avoid dependencies on GAE and dependencies on
any particular data paradigm (i.e. it will work with SQL or noSQL
backends).

Qw.

On Jul 21, 10:59 am, Shawn Milochik <sh...@milochik.com> wrote:
> http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to