Mysql
 sql >> Database >  >> RDS >> Mysql

Come generare testo dal database con interruzioni di riga in un modello django?

Usa linebreaks o linebreaksbr filtro:

{{ text|linebreaks }}
 

Oppure circonda il testo con <pre>...</pre> .

<pre>{{ text }}</pre>