Summary
Models are essential to work with databases in Django. We learned the fundamentals of Django models and created a movie model. We also learned to use the Django admin interface and how to create movies. Now, let's see how we can display these movies on our site in the next chapter.