Running Django 1.3 on GAE
Can't get Django 1.3 running with the current GA开发者_如何学CE helper (from Google). Anyone have the config solution for this?
I think the current 'generally' recommended approach to Django on App Engine is django-nonrel, I believe it supports Django 1.3 now. Check out Running Pure Django Projects on Google App Engine for some information on getting started.
look at this:
App Engine 1.6.2 release notes:
For Python fans of Google’s Cloud SQL (currently available in limited preview), the long awaited out-of-the-box support for the Django framework has arrived and is now available as an experimental feature. Now you can easily use Cloud SQL within the Django framework as you would use any other SQL database.
Django 1.3 is now available on all Python runtimes out of the box
精彩评论