Chapter Summary

In this chapter, we explored the fundamentals of Django’s models. We covered how to define Django models in Python, how to create models, basic data access, and how to create relationships between models.

In the next chapter, we will explore the fundamentals of Django’s views.