In this chapter, you learned how to create a versatile CMS. You used model inheritance and created a custom model field. You also worked with class-based views and mixins. You created formsets and a system to manage diverse types of content.
In the next chapter, you will create a student registration system. You will also render different kinds of content, and you will learn how to work with Django's cache framework.