Skip to content

Instantly share code, notes, and snippets.

@Rand0mB0t
Rand0mB0t / gist:ca88ad678fdef0b3e002c3026abb732d
Created July 30, 2018 16:21 — 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