Missing Django 0.96 Template documentation (used by Google AppEngine developers)

喜夏-厌秋 提交于 2019-12-10 15:13:35

问题


Django has removed their 0.96 version of the Django 0.96 Template documentation.

  1. Does anyone have a mirror (or copy of some sort)
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!