I wrote it for people who want to do it from the admin site when posting an article to a blog application made with Django. I myself was very confused, and I went while researching this and that, so I hope it helps.
・ I want to post an image on my blog and display it. ・ I want to post a blog from the management screen (admin screen) ・ I want to decorate a blog article with a text editor (bold, font adjustment, etc.)
This person's commentary was very easy to understand. https://zerofromlight.com/blogs/detail/51/ If you want to post and use the image you want to use on the blog application, this article is recommended. https://qiita.com/j54854/items/1f0560142e39d888251c
Recommended Posts