Setting up the Django project
In the following sections, we begin to lay down the structure of our Django project.
This project will accompany us for the rest of the book. It will be expanded with a REST API in Chapter 6, and later with a GraphQL API.
Setting Up the Project
It is a good idea to keep the project under source control with Git. You are encouraged to initialize a repo with git ...