Chapter Summary

In this chapter, we took a detailed look at the basics of Django’s views, without getting into any detail on how views interact with models and templates. To help you grasp how views work at a fundamental level, I showed you how they work using simple HTML responses.

In the next chapter, we’ll cover the fundamentals of Django’s templates.