问题
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)
回答1:
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.
来源:https://stackoverflow.com/questions/4895848/missing-django-0-96-template-documentation-used-by-google-appengine-developers