Set up a Python Django Pipeline
March 12, 2026
In this post we will show how to set up Python/[Django](https://djangoproject.com) project and run it through a Zippy build pipeline.
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Thoughts on CI/CD, deployment, and developer experience.
March 12, 2026
In this post we will show how to set up Python/[Django](https://djangoproject.com) project and run it through a Zippy build pipeline.
March 11, 2026
You push your code. Then the ritual begins. Go to the browser, Find the actions tab on your repository, Wait for the runner to start. Refresh and wait for the build to be succesfull. Go back to your te
March 07, 2026
It is Friday and the deadline is today, your release is nearly "done" and we have to get this to production now. You are making preparations with the OPS team to get the release out. Because you did a
March 05, 2026
As mentioned in the [NodeJS Pipeline](/blog/setup-a-node-pipeline) CI/CD is quite important to a high-performing software development team.
March 03, 2026
In software development CI/CD (Continuous Integration and Continuous Delivery) is foundational to high performant software development teams.
February 05, 2026
Build systems are essential to software development, but meanwhile they are a horrible productivity drain.