Back to Browse

Django Markdown Tutorial - A Simple Blog Example | Django/Python Project

11.7K views
May 12, 2021
16:10

Learn how to use Markdown in your Django blog posts or other places on your website. In this tutorial, I build a very simple blog where I make it possible to use Markdown in the blog post content. Markdown is a way to write readable content that can be converted to HTML and similar. In this Django tutorial, I will use a Python package called "markdown" to do the magic for us. This Python package will convert Markdown to HTML. To show the HTML safely in our blog, we use a Django filter called "safe". --- Important links GitHub: https://github.com/SteinOveHelset/markdownblog Discord: https://discord.gg/GJCvwc8EGs Patreon: https://patreon.com/codewithstein Twitter: https://twitter.com/codewithstein Website: https://codewithstein.com --- #codewithstein #django #python #markdown #blog #learndjango

Download

1 formats

Video Formats

360pmp424.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Django Markdown Tutorial - A Simple Blog Example | Django/Python Project | NatokHD