1👍
✅
You should use the linebreaks filter when rendering your content in your template: https://docs.djangoproject.com/en/dev/ref/templates/builtins/#linebreaks
It should be as simple as:
{{ content|linebreaks }}
Source:stackexchange.com