我想使用pinax-points为对象设置点或upvote或downvote 但是没有文件。
我正在添加文档,但我无法弄清楚如何添加upvotes或downvotes。
我可以使用我添加的这个文档获得积分但不能设置它们
{% load pinax_points_tags %}
{% points_for_object user as points %}
<div class="user-points">{{ points }}</div>
也没有安装文档。
我按照以下步骤进行安装。
pip install pinax-points
Added pinax.points to installed apps
答案 0 :(得分:0)
使用 award_points 将积分添加到任何模型。这可以在项目的自述文件中找到:
award_points(model, points)