In this chapter, you have learned the basics of the Django web framework by creating a basic blog application. You have designed the data models and applied migrations to your project. You have created the views, templates, and URLs for your blog, including object pagination.
In the next chapter, you will learn how to enhance your blog application with a comment system and tagging functionality and allow your users to share posts by email.