标签: python django google-app-engine google-analytics google-analytics-api
我希望使用密码保护appspot.com上托管的Google Analytics Embed API网站的克隆,并使用Node.js和Python内置。 The github project for which is here. Appspot不允许您在基于Python的站点上运行PHP,因此PHP不是用于密码保护站点的选项。有没有其他方法可以密码保护像这样的Web项目?
答案 0 :(得分:1)
只需将app.yaml配置文件更改为所有处理程序上的“login:admin”,描述为here。