Summary
Models are essential for working with databases in Django. In this chapter, we learned about the fundamentals of Django models and created a Movie
model. We also learned how to use the Django admin interface and how to create movies. In the next chapter, we’ll learn how to extract and display the movies stored in our database on our site.