Adding a blog to your Django website

Alex Khomenko
Level Up Coding
Published in
5 min readOct 31, 2020

--

Nowadays there exist a ton of solutions for easily creating and hosting blogs. However, sometimes you have an already existing website and just want to add a blog to it, without using other tools than the ones already at hand. In this article we’ll go through the process of setting up a blog with Django and see how easy and straightforward it is. This post assumes that you already have a Django app/site. If not, one can be…

--

--

Front-end developer. Writing about React, Styled-components/emotion and everything around JavaScript.