Deploy Django App over Ubuntu VPS with Gunicorn + Nginix + PostgreSQL
In this tutorial, we will deploy a Django app over Ubuntu VPS with Gunicorn + Nginix. We are going to use Vultr VPS for this tutorial. You can use any other VPS provider as well.
1. Create a new user
adduser yourusername
usermod -aG sudo youruserna...
blog.sorv.dev3 min read