是否有公共/上传的应用引擎应用的交互式控制台? [英] Is there an interactive console for public/uploaded app engine apps?

查看:105
本文介绍了是否有公共/上传的应用引擎应用的交互式控制台?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当您在本地运行您的应用时,Google ap引擎的SDK具有交互式控制台

我无法在仪表板上找到上传应用程序的等效项。
我使用Python 2.7,app_engine sdk 1.70

解决方案

实际上,有一种方法可以为您的交互式控制台

您需要将以下行添加到app.yaml文件中。

   -  url:/_ah/admin.* 
脚本:google.appengine.ext.admin.application
登录名:admin

请参阅此文档一些更多的细节(蟒蛇2.5)。


The SDK for google ap engine has an "interactive console" when running your app locally. I can't find the equivalent in the dashboard for uploaded apps. I am using Python 2.7, app_engine sdk 1.70

解决方案

Actually there is a way to have the interactive console for your app.

You would need to add the following lines to you app.yaml file.

- url: /_ah/admin.*
  script: google.appengine.ext.admin.application
  login: admin

See this doc for some more details (python 2.5).

这篇关于是否有公共/上传的应用引擎应用的交互式控制台?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆