Summary
In this chapter, you implemented the public views for the course catalog. You built a system for students to register and enroll in courses. You also created the functionality to render different types of content for the course modules. Finally, you learned how to use the Django cache framework and you used the Memcached and Redis cache backends for your project.
In the next chapter, you will build a RESTful API for your project using Django REST framework and consume it using the Python Requests library.