No documentation for Django 0.96 template (used by Google AppEngine developers)

Django has removed its version of the documentation for the Django template 0.96 version 0.96.

  • Does anyone have a mirror (or some kind of copy)
  • What version of Django templates is Google AppEngine using (out of the box)
+4
source share
1 answer

I regenerated the documentation (very annoyingly, I had to check only the correct version of the djangoproject.com repository) and worked with them a bit.

I published them as a courtesy for other App Engine developers: django096docs.appspot.com . Enjoy it.

To answer your other question, App Engine uses Django 0.96 templates out of the box. Django 1.1 is also installed on App Engine servers, but is not distributed with the SDK. You can enable this with use_library , but remember to also set it locally.

+4
source

Source: https://habr.com/ru/post/1338388/