17.04.2025
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site. Here you will find three different types of sitemap implementations, …
12.04.2025
In this article, I will describe the process of customizing pages such as 404 and 500. I will show two main ways to do this and how you can quickly …
11.04.2025
In this article, I will describe the way to add on your Django website feedback form using only HTMx and a little bit of DaisyUI as a UI library. Everything …
08.04.2025
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.