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-facebook 的应用程序,但问题是我在页面上看不到任何类似按钮。是否有我必须使用的特定标签才能显示按钮,或者设置后按钮是否会自动显示在每个页面的底部。我对最后一部分感到困惑。我真的不明白这个补充。谁能帮我。我错过了什么
base.html
</head> {% load like_button %} <body> {% like_button_js_tag %} </body> </html>