Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
django管理ページのテキストフィールドにhtmlタグを書き込み、それを自分のビューに表示すると、htmlタグは評価されません。そうする方法はありますか?
テンプレートでは、safeを使用します。
{{ myobj.html_field|safe }}
テンプレートでフィルターを使用safeします。
safe
{{object.body|safe}}