Implementing the Purchase and Orders Pages
During the previous chapter, we implemented the models required to store the purchase information. In this chapter, we will implement the purchase functionality and finalize the Movies Store project with an orders page. Users will be able to check their placed orders. Later, we will recap the Movies Store MVT architecture to check the consistency between the Python code and the architecture diagram.
In this chapter, we will be covering the following topics:
- Creating the purchase page
- Creating the orders page
- Recapping the Movies Store MVT architecture
By the end of the chapter, we will have the complete code for our Movies Store project. We will also be capable of relating architecture diagrams to the actual implemented code.