Skip to content

Instantly share code, notes, and snippets.

View eapostol's full-sized avatar
💭
Pretty busy at the moment, but check in anyway

Edward J. Apostol eapostol

💭
Pretty busy at the moment, but check in anyway
View GitHub Profile
@Atem18
Atem18 / gist:4696071
Last active April 19, 2024 11:18 — forked from evildmp/gist:3094281
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