August 2017
Intermediate to advanced
278 pages
8h 53m
English
Django interfaces to NGINX through a Web Server Gateway Interface (WSGI). For Django, one of the most commonly used WSGI interfaces is uWSGI.
If you haven't installed uWSGI yet, the best way is to install the latest version via pip:
apt-get install python-pip python-devpip install uwsgi
We're going to simply use a base install of the latest version of Django, which at the time of writing this book was 1.10.5.

Read now
Unlock full access