Tools related to the following tags: Backend. Page 1
A collection of useful tools I've ever created. They were linked and grouped under the following tags: Backend. Page 1
Generator of table of contents for Django website’s articles
25.04.2025
12.02.2026
Django app
660
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.