Overview: Creating a Django Project
Get an overview of the topics covered in this chapter.
We'll cover the following...
Part 1: Technical background
In this part of the course, we will learn how to build a REST API with Django and Django REST. This part provides the knowledge required to connect Django to a PostgreSQL database, add authentication using JSON Web Tokens, create RESTful resources supporting complex CRUD operations, and ...