I am using Django for development, retrieving some text containing a newline character from the database. However, when I render it to a template using a template tag it doesn't show the newline character.
What is the problem?
I am using Django for development, retrieving some text containing a newline character from the database. However, when I render it to a template using a template tag it doesn't show the newline character.
What is the problem?