Summary
In this chapter, we learned how to install and use Python, pip
, and Django. We also learned how to create a new Django project and run a Django local web server. Then, we explained the scope of the Movies Store project. We also illustrated the application data and its relationships through a class diagram. Additionally, we presented an architecture diagram that showed the main components and elements of the Movies Store. These diagrams will serve as a blueprint to codify the Movies Store project in the upcoming chapters.
In the next chapter, we will look inside the project folder that Django has created for us to understand it better, and we will create our first Django app.