Summary
In this chapter, we recapped how to create a Django app. We created a movies app that allows listing movies and individual movies. We learned how to pass information through the URLs, how to create dummy data, how to use the for
template tag, and how to link different pages. We hope this serves as a solid foundation to move on to the next part of our project, where we will go through more advanced topics such as models to make our site database-driven.