Making Django Deployments Less Disruptive

One backend application I used to work on was written using the Django framework, and production web servers were powered by Gunicorn: whenever we performed deployments, the gunicorn workers were… Read more

Similar