Setting up Django and your web server with uWSGI and nginx on Ubuntu
Setting up Django and your web server with uWSGI and nginx Date posted: 05-oct-2018 In this article, we will see how to setup a Django web application on Ubuntu 16.04 server. We’ll use UWSGIservice to deploy our webapp along with Nginx. Requirements:- Python 3.6 Django 2.0.7 Nginx 1.10.3 Ubuntu 16.04 Install… Continue Reading Setting up Django and your web server with uWSGI and nginx on Ubuntu