July 2021
Intermediate to advanced
244 pages
4h 14m
English
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.
It is a good idea to keep the project under source control with Git. You are encouraged to initialize a repo with git ...
Read now
Unlock full access