Skip to content

Instantly share code, notes, and snippets.

@sreekaanth
sreekaanth / gist:078c03810799caea8697f92d9d447baf
Created July 9, 2019 02:22 — 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