【问题标题】:How to connect a web domain name purchased from Google domains to a website developed on Google App Engine?如何将从谷歌域购买的网络域名连接到在谷歌 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())

【问题讨论】:

  • 拼写和一点内容。

标签: google-app-engine dns


【解决方案1】:
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-10-15
  • 2021-09-10
  • 1970-01-01
  • 2019-03-03
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多