Tools related to the following tags: Backend. Page 1
A collection of useful tools I've ever created. I gather here various tools of various formats, stacks, and purposes. Currently, I create Telegram bots, automation scripts, parsers of varying complexity, browser extensions, Django applications and websites, and online tools. They were linked and grouped under the following tags: Backend. Page 1
In english/
Tools/
Is_recent=true&page=1&tag=backend
Generator of table of contents for Django website’s articles
25.04.2025
12.09.2026
Django app
707
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.