Django editing view/template for Froala form

Viewed 16

I wanna use Froala editor (or similar editor) for creating and editing articles in my site. I can create any article with this form/can get data from editor, but i don't know how to insert article data from DB through view function into {{ form }} of editor in my template. How to do this? Are there other more suitable forms/editors for this case?

0 Answers
Related