YouTube ビデオを含むオブジェクトのリストを表示する django テンプレートがあります。
{% for obj in objs %}
<h1>{{ obj.name }}</h1>
<iframe width="425" height="349" src="{{ obj.video}}" frameborder="0" allowfullscreen=""></iframe>
{% endfor %}
obj.video
urlField として保存されます。ページのクロムコンソールをロードすると、エラーが表示されますrefused to display document because display forbidden by x-frame-options
。
. _ {{ obj.video }}
_ ただし、 iframe のhttp://youtu.be/zzfQwXEqYaI
ようなものに置き換えると、ロードされます。www.google.com