I am green in Django.
I want to make a user input field on the site. After that, the text is saved in the database. And output to the template. The problem is that the text will be stored continuously in the model without formatting (at least a line break, I'm not talking about italics, etc.) and, accordingly, displayed in a template with solid text.
Tell me how to solve this problem? How to take into account the line breaks made by the user when outputting to the template?
Threats Manipulations with html in TextField and the safe filter will not work; BBcode option, but then the question arises how to make a forum text input form with formatting buttons?