Using uwsgi to deploy django site on ubuntu server
Here are some few things to know before deploying django site on ubuntu server
install uwsgi
You have two ways to install uwsgi on ubuntu: apt-get or pip
apt-get
if you use apt-get, you need to install the python plugin:
sudo apt-get install uwsgi-pl...
spacenuggets.hashnode.dev3 min read