Showing posts with label Django. Show all posts
Showing posts with label Django. Show all posts

Friday, 29 January 2016

Install Nginx with uWSGI and Django on Raspberry Pi


This tutorial is aimed at installing a lightweight web-server  on the Raspberry Pi with python support.
The required packages are:
1. django
2. uWSGI
3. NGINX
4. Python

Note: This installation is based on the assumption you already have a correct django project.