Django has removed their 0.96 version of the Django 0.96 Template documentation.
- Does anyone have a mirror (or copy of some sort)
- What version of Django Templates is Google AppEngine using (out of the box)
Django has removed their 0.96 version of the Django 0.96 Template documentation.
I re-generated the documentation (seriously annoying, I had to check out just the right version of the djangoproject.com repository) and futzed with them a bit.
I have published them as a courtesy to other App Engine developers: django096docs.appspot.com. Enjoy.
To answer your other question, App Engine uses Django 0.96 templates out of the box. Django 1.1 is also installed on the App Engine servers, but not distributed with the SDK. You can enable that with
use_library
but make sure to install it locally, too.