In part 1 of the series, we saw, how to create a django project, apps within the project and created our back-end section with models, serializers, API views and API endpoints. Then in part 2, we saw, how to add authentication to our back-end and Sign-Up/Sign-In/Sign-Out functionality to add users. …