#47 Blog – Part 8 (Django Beginner to Intermediate Tutorials)

#47 Blog - Part 8 (Django Beginner to Intermediate Tutorials)

How to Create a Blog App in Django

Welcome to another part of the Django tutorials. In this part you will learn how to create a blog app. The blog app consists of an application that enables users to create posts on the websites so that non-users can also see them. The posts can be created or deleted by the users. There is also a part to leave comments below the posts. The people who sign up to the website are able to write comments. The blog app is a necessary part of nearly all websites and learning it can help you create the blog of your choice for your website.

Watch The Video on Youtube