12
Working with Git and CI Pipelines Using Django
In Chapter 11, we learned how to integrate Docker into a Django project. Docker helps us to run our Django project on any platform seamlessly. In this chapter, we shall explore how to use Git efficiently while working with a Django project. We shall learn about the best practices for using Git and how to integrate Git hooks into the development cycle to increase the productivity of developers.
We will be learning about the following topics in this chapter:
- Using Git efficiently
- Working with GitHub and setting up GitHub Actions
- Setting up PR review and code guidelines
Technical requirements
In this chapter, we shall work with advanced Git features and integrate GitHub Actions into our project. ...
Get Django in Production now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.