12
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 ...
Get Django 5 for the Impatient - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.