comments.views module¶
-
class
comments.views.
CommentListView
(**kwargs)[source]¶ Bases:
scipost.mixins.PaginationMixin
,django.views.generic.list.ListView
-
model
¶ alias of
comments.models.Comment
-
form
¶ alias of
comments.forms.CommentTextSearchForm
-
paginate_by
= 10¶
-
context_object_name
= 'comment_list'¶
-