Summary
In this chapter, we have learned how to use Git efficiently. We have explored different recommended good practices that can ease the SDLC and also help in writing better maintainable code. Git hooks can help us automate a lot of linting and we have learned how we can use Git hooks in our project. We also saw how we can use GitHub and GitHub Actions in the Django project, which can help us automate multiple workflows. Code review is a process that needs guidelines, and we have learned how to create different guidelines for code review. We have also seen different aspects of PR review and how to implement guidelines for PR review in the team to improve a good coding culture.
In the next chapter, we will explore how to deploy our Django code to the cloud using Amazon Web Services (AWS). AWS is the leading cloud service provider currently available in the market. We shall discuss more about AWS in our next chapter and learn how to deploy our Django application using AWS.