如何将从谷歌域购买的网络域名连接到在谷歌 App Engine 上开发的网站?
Posted
技术标签:
【中文标题】如何将从谷歌域购买的网络域名连接到在谷歌 App Engine 上开发的网站?【英文标题】:How to connect a web domain name purchased from Google domains to a website developed on Google App Engine? 【发布时间】:2016-05-25 21:40:25 【问题描述】:如何将我从 Google 域购买的网络域名连接到使用 Google 应用引擎开发的网站?
class MainHandler(webapp2.RequestHandler):
def get(self):
template = jinja_environment.get_template('templates/index.html')
self.response.out.write(template.render())
【问题讨论】:
拼写和一点内容。 【参考方案1】:在设置 -> 自定义域页面:
https://console.developers.google.com/appengine/settings/domains?project=&moduleId=default
【讨论】:
以上是关于如何将从谷歌域购买的网络域名连接到在谷歌 App Engine 上开发的网站?的主要内容,如果未能解决你的问题,请参考以下文章