webapp2-starter:基于app-engine-starter,但可在Google App Engine外部使用

时间:2021-05-19 03:39:22
【文件属性】:
文件名称:webapp2-starter:基于app-engine-starter,但可在Google App Engine外部使用
文件大小:23KB
文件格式:ZIP
更新时间:2021-05-19 03:39:22
Python webapp2-starter 这基于我的app-engine-starter,但在google app引擎之外运行。 还要注意,我将main.py更改为wsgi.py并设置了应用程序变量,使其可与appfog一起使用。 事情摘要:: lib/ - will hold your custom libraries, thirdparty libraries usually just go on root folder models/ - all your endpoint messages and datastore models here services/ - web services like cloud endpoints or your custom jsonrpc services static/ - js/css/images and all other static
【文件预览】:
webapp2-starter-master
----.gitignore(28B)
----README.md(979B)
----services()
--------sample_websocket.py(147B)
--------sample_jsonrpc.py(796B)
--------__init__.py(22B)
----config.py(642B)
----tests()
--------handlers.py(585B)
--------__init__.py(22B)
----static()
--------css()
--------robots.txt(0B)
--------img()
--------js()
--------favicon.ico(1KB)
----models()
--------models.py(20B)
--------__init__.py(22B)
----routes.py(890B)
----web()
--------errors.py(1KB)
--------handlers.py(1KB)
--------admin.py(241B)
--------__init__.py(22B)
----requirements.txt(57B)
----templates()
--------main()
--------base.html(5KB)
--------admin()
--------errors()
----lib()
--------basehandler.py(6KB)
--------utils.py(795B)
--------jsonrpc.py(6KB)
--------__init__.py(22B)
----wsgi.py(2KB)

网友评论