0

I have Post model and have it registered in admin. It has description of TextField() but while adding new post from admin panel, description area does not support newline or <br> or any kind of formatting.

I have no usage of forms and only way to add post is through admin panel.

hack3r-0m
  • 700
  • 6
  • 20

1 Answers1

0

https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#linebreaks this reference worked for me.

hack3r-0m
  • 700
  • 6
  • 20