Articles related to the following tags: Django, Paginator. Page 1
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Django, Paginator. Page 1
In english/
Articles/
Page 1, Django, Paginator,
How to make simple paginator in Django and HTMx. Adding fitering and sorting feature. pr. 2
08.04.2025
01.10.2025
469
0
0
0
0
In this article I will describe the process and main code blocks to add sorting and filtering feature to a paginator. This paginator is written in Django using HTMx.
How to implement pagination in Django + HTMx pr. 1
02.04.2025
01.10.2025
753
0
0
0
0
In this article, I will describe how to create a paginator using Django and the HTMx library. And why it was so easy compared to the paginator on my site. …
Improved the paginator and added a tag system to the site
22.09.2024
02.10.2025
456
0
0
0
0
SEO recommendations from Google were used to improve the paginator and infinite scroll using replace and push states for the URL. A tag system was also developed for the site. …