paginate_by
An integer specifying how many objects should be displayed per page. If this is given, the view will paginate objects with paginate_by
objects per page. The view will expect either a page
query string parameter (via request.GET
) or a page
variable specified in the URLconf.
Please login to continue.