Part 3 – Dockerizing and Setting Up a CI Pipeline for Django Application
In this part, we will learn how to integrate Docker into our Django project. We can use Docker to create a platform-agnostic Django application, with easier setup and deployment in production. We will learn how to work with version control software (git
) and explore how to set up our CI pipeline. We will learn different automations using a CI pipeline and see how we can implement a code review process for our Django application.
This part has the following chapters:
- Chapter 11, Dockerizing Django Applications
- Chapter 12, Working with Git and CI Pipelines Using Django