开发者

Django 1.3 in appengine

开发者 https://www.devze.com 2023-02-21 03:22 出处:网络
Google appengine comes with django 0.9开发者_开发知识库6 by default. I am using app-engine-patch to use django 1.0 on GAE, I have heard about app-engine-nonrel. I am not sure how to use django 1.3 on

Google appengine comes with django 0.9开发者_开发知识库6 by default. I am using app-engine-patch to use django 1.0 on GAE, I have heard about app-engine-nonrel. I am not sure how to use django 1.3 on GAE. Has anyone tried the same


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.


Django 1.3 is now available for all Python runtimes

(Sorry, Shay :) )


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

0

精彩评论

暂无评论...
验证码 换一张
取 消