Tools related to the following tags: Django. Page 1
A collection of useful tools I've ever created. They were linked and grouped under the following tags: Django. Page 1
In english/
Tools/
Page 1, Django,
Django middleware for managing the BTCPay donation links
13.03.2026
16.03.2026
Django app
120
0
0
0
0
This application helps manage all donation links generated on your own Bitcoin node, based on BTCPay Server. It has minimal installation requirements, is managed via database entries, and is easily hosted and placed on your website.
Complete guide to installing and configuring Django Yandex Ad Manager for advanced advertising integration. Learn to implement banners, full-screen ads, carousels, and in-image ads with platform targeting, pagination support, and smart middleware injection. Step-by-step setup with code examples for optimal ad placement and monetization.
This tool is a Django application that generates "Breadcrumbs" of the page it is installed on. Due to the peculiarity of the Django framework, all generation occurs on the server, i.e. SSR rendering method.
Generator of table of contents for Django website’s articles
25.04.2025
12.02.2026
Django app
580
0
0
0
0
This tool is a Django application that generates the "Table of contents" of the page on which it is installed. Due to the peculiarity of the Django framework, all generation occurs on the server, that is, the SSR rendering method. This application also creates anchor links to the collected chapters, if the heading have an id attribute.