Technical requirements
All the code of the different sections can be found at the following link:
https://github.com/PacktPublishing/Building-SPAs-with-Django-and-HTML-Over-the-Wire/tree/main/chapter-7
As in other examples, I will start from the template that we built in Chapter 4, Working with the Database:
https://github.com/PacktPublishing/Building-SPAs-with-Django-and-HTML-Over-the-Wire/tree/main/chapter-4/initial-template
If you find some small differences, it is because I have made some minor adjustments. For example, I have named the project blog
, the app website
, and changed the path to http://blog.localhost
, although, as always, you are free to name each element freely.