Hey everyone, my name is Henry and welcome to building a blog application tutorial with python 3 and Django web framework. One of the main question developers ask is, why create a blog application tutorial? It seems like everyone recreate a blog as a first application. Well, there is a reason for that, first of all. Everyone knows how a blog works and this make it easy for learning. When I tell you we are creating a blog, you automatically know that there is some sort of authentication system, posts are going to be the main element, there will be a page that list all the post in a particular order e.g chronologically and you also know each of these post will have comments.
Lesson 1 Introduction to building a blog application using python and django framework
Lesson 2 Installing Django in Our Virtual Environment and Creating Our Project for a Blog
Lesson 3 Understanding Django Project Settings and Creating Blog Application
Lesson 4 Designing Blog Application Data Schema in Django 1.11.4 and Python 3.5
Lesson 5 Creating Django 1.11.4 Administration Site for Our Blog App Models
Lesson 6 Working with QuerySet & Managers for Our Blog in Django 1.11.4 and Python 3.5
Lesson 7 Creating Post List & Detail Views for Our Blog in Django 1.11.4 and Python 3.5
Lesson 8 Creating Templates for Our Blog Application in Django 1.11.4 and Python 3.5
Lesson 9 Creating Pagination for Our Blog Application in Django 1.11.4 and Python 3.5
Lesson 10 Creating RSS Feeds for Our Blog Application in Django 1.11.4 and Python 3.5
Lesson 11 Creating Sitemap for Our Blog Application in Django 1.11.4 and Python 3.5
Lesson 12 Creating Comment System for Our Blog Application in Django 1.11.4 and Python 3.5
With that, we conclude our tutorial. Where to take it from here: Attempt building a library system tutorial by Mozilla Development Network