Django 1.3 in appengine

和自甴很熟 提交于 2019-12-04 07:46:40

There is no standalone version for django 1.3 in appengine yet. You can use Django 1.0, 1.1 or 1.2 though if you want to (without app-engine-patch). See here for more information.

About django-nonrel. It's great and is working with 1.3 already. If you follow the guidelines you are basically good to go. Keep in mind that you can only syncdb and createsuperuser with appengine via manage.py remote.

GAE Version 1.6.2 - January 31, 2012

Django version 1.3 is now available in the Python 2.5 runtime.

Python 2.7 still remains in Django 1.2

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