Skip to content

Instantly share code, notes, and snippets.

View Tatenda's full-sized avatar

Tatenda Tatenda

View GitHub Profile
@Tatenda
Tatenda / gist:20d63792bcdfc56fcc9b6437bdd80743
Created April 2, 2017 14:16 — forked from Atem18/gist:4696071
Tutorial to seting up a django website in production.

Set up Django, Nginx and Gunicorn in a Virtualenv controled by Supervisor

Steps with explanations to set up a server using:

  • Virtualenv
  • Virtualenvwrapper
  • Django
  • Gunicorn