Django deployment with Dokku
After recently having migrated our previous Django deployment stack to Dokku, we are sharing our experience in this post.
Dokku
Dokku is Platform As A Service (PaaS) solution you can host on your own server. It is similar to Heroku but self-hosted. They share the same buildpacks used to build applications.
Installation is pretty straightforward and well explained on the official documentation. In this tutorial we assume you have a ...