0
私のコードを実行するドメインがわからない場合は、次のようなソリューションを使用できますか?私は時々このようなテンプレートにリクエストオブジェクトを渡します、そうすることに不利な点はありますか?マルチテナントFacebookのようなソリューション
テンプレート:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://{{request.host}}" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"></iframe>
ハンドラ:
class HomeHandler(NewBaseHandler):
def get(self):
self.render_jinja('front.html', request=self.request)