appengine_xblock_runtime能在 XBlock 中运行的开发包

联合创作 · 2023-09-28 15:51

appengine_xblock_runtime 能在 XBlock 环境运行的开发包,尤其适用于在访问 Google App Engine 数据库时。

在 Google App Engine 应用程序的时候需注意以下几点:

  •  Create a lib/ folder in your application.

  •  Download the XBlock repo from GitHub into your lib/ folder.

  •  In the lib/XBlock folder, execute: python setup.py egg_info

  •  Download this runtime package into your lib/ folder.

  •  In the lib/appengine_xblock_runtime folder, execute: python setup.py egg_info

  • Register the two packages by including in your application code:

     

浏览 1
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报