Setting up a Django app in Docker with Poetry
This is a short introduction how to build a Django app with Poetry as a package manager and then make it work in a Docker container. Finally, there's a how-to for Heroku and an example app you can use as a reference. Setting up Poetry Installing...