Continuous Integration
Setting a testing/deployment pipeline for your Django app
Today we are taking about setting a testing/deployment pipeline for your Django app using Codeship and AWS CodeDeploy If ...
Dockerizing Django Apps
Docker is an open platform for building, shipping and running distributed applications. In this case, Django Apps. It gives ...