How to Deploy Django Applications on Linode (Ubuntu 20.04 LTS)

Tom Deneire
5 min readApr 22, 2021

I recently deployed a Django application to Linode and had quite some trouble getting everything to run smoothly. Below I offer a step-by-step manual to get things running on a Ubuntu 20.04 LTS image.

Photo by Domenico Loia on Unsplash

Before you start

  • Make sure you have a functional Django app that you have tested with Django’s built-in development server.

--

--