$ ls ./development
Development
Showing 2 of 13.
Docker Image for Django Application (Alpine Based)
Apline based images have a huge advantage by it’s final size but in most cases in the Python world if neotiates by Python dependencies which takes too long to build project packages and final …
read post
Docker Image for Django Application (Debian Based)
Docker is most reliable and flexible way to distribute your Django applications, it able to include entire environment settings, dependencies and application files to deploy it to the server or any cloud provider.This post …
read post