The docs don’t tell you that when using `paginate_by` (which is .. amazing by the way. SO easy), the pagination object with the current number, next page, etc. is passed to the template as the variable name `page_obj`.
Maybe I missed that. ?
Yuji's Increasingly Infrequent Ramblings
The docs don’t tell you that when using `paginate_by` (which is .. amazing by the way. SO easy), the pagination object with the current number, next page, etc. is passed to the template as the variable name `page_obj`.
Maybe I missed that. ?