Skip to content

Instantly share code, notes, and snippets.

View jb-adams's full-sized avatar

Jeremy Adams jb-adams

View GitHub Profile
@jb-adams
jb-adams / gist:c27e4a17c58c73b0ce77cadc6eaf71fc
Created December 1, 2017 13:54 — 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