文件名称:能在XBlock中运行的开发包appengine_xblock_runtime.zip
文件大小:23KB
文件格式:ZIP
更新时间:2022-08-08 00:38:32
开源项目
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_infoRegister the two packages by including in your application code: 标签:appengine
【文件预览】:
appengine_xblock_runtime-master
----appengine_xblock_runtime()
--------__init__.py(0B)
--------store.py(4KB)
--------runtime.py(3KB)
----README.rst(3KB)
----.pylintrc(711B)
----tests()
--------test_runtime.py(3KB)
--------__init__.py(0B)
--------test_store.py(6KB)
----LICENSE(11KB)
----examples()
--------main.py(1KB)
--------templates()
--------django_settings.py(744B)
--------app.yaml(598B)
--------__init__.py(0B)
--------appengine_config.py(1KB)
--------handlers.py(7KB)
----setup.py(260B)
----.gitignore(40B)
----scripts()
--------tests.sh(423B)
--------run_example.sh(265B)
--------common.sh(1KB)
--------clean.sh(217B)