Use GitHub action as CI for django

Use GitHub action as CI for django

When we develop a Django application, we need to test it before deploying it to production. We can use GitHub action as CI (Continuous Integration) to automate the testing process. This post explains how to set up GitHub action as CI for Django.

Read more