Replies: 1 comment
-
Hey @ddahan, Great points and questions. Django Prose is real great to build a blog that you can edit right from the admin panel. Just make sure to use the Considering the questions:
You bet! We do as well with a client. That company owns kiosk-like machines, which communicate with an API we have built, fetch the rich text content in HTML format from an endpoint and then display it.
A Let me know if the above helped and of course, thanks a lot for the kind words! |
Beta Was this translation helpful? Give feedback.
-
Hi guys!
Very hyped to hear about this project :) Can't wait to try it.
I'm currently using simple Django
TextField
fields to handle content. I put some markdown in them.Then, I return this markdown using my Django API, and let my front-end (Vue.js) displays it correctly, in two steps:
It kind of works but is not perfect. From what I understand, using Django-prose, I could win:
(performance and security are not an issue for now).
Questions:
RichTextField
content, will it contain Markdown or HTML?Thanks! Keep up the great work.
Beta Was this translation helpful? Give feedback.
All reactions