How to extend the comments framework (django) by removing unnecessary fields?

前端 未结 3 1045
忘掉有多难
忘掉有多难 2020-12-24 15:15

I\'ve been reading on the django docs about the comments framework and how to customize it (http://docs.djangoproject.com/en/1.1/ref/contrib/comments/custom/) In that page,

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 15:54

    You can try overriding the comment form with a custom template that only shows the fields you want.

提交回复
热议问题