A streamlined django 1.3.1 setup for appengine.
Rather than using django non-rel, this approach uses the django 1.3 third-party library available for the 2.7 runtime. You might prefer it if you'd like to use appEngine's Model class for your models, or maybe Cloud SQL.
The idea is to use appengine's and django's strengths, and to keep configuration and baggage to a minimum.
Please note that this is work in progress and better documentation is on the way.
- A bare-bones app.yaml configuration
- A WSGI app that connects django to AppEngine, and helps route logging
- Miminal django settings
- A caching backend, as AppEngine's memcache is not quite what django expects
- A session engine, which uses the caching backend, and writes through to the datastore
- A django manage.py, which supports the i18n workflow and other management commandsp