首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Python Cookbook
›
Using Google App Engine
推荐下载
›
Latest Google App Engine SDK
其他兼容技术
›
AppScale
V2EX
›
Google App Engine
Google App Engine 1.4.2
Livid
·
2011-02-18 18:41:51 +08:00
· 3878 次点击
这是一个创建于 5019 天前的主题,其中的信息可能已经有所发展或是发生改变。
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
个人感觉最大的亮点:
可以使用 Django 1.2.5 了。
只要在 script 的顶部加入这样的代码,比如在你的 main.py 里加入:
import os
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
from google.appengine.dist import use_library
use_library('django', '1.2.5')
use
OS
library
1 条回复
•
1970-01-01 08:00:00 +08:00
1
est
2011-02-18 19:17:44 +08:00
期待
use_library('webpy', current_webpy_ver)
use_library('flask', current_webpy_ver)
恩。
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
971 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms ·
UTC 20:38
·
PVG 04:38
·
LAX 12:38
·
JFK 15:38
Developed with
CodeLauncher
♥ Do have faith in what you're doing.