Skip to content

Instantly share code, notes, and snippets.

View lipingyang-geoai's full-sized avatar

Liping-GeoAI lipingyang-geoai

View GitHub Profile
@lipingyang-geoai
lipingyang-geoai / .gitignore
Created April 28, 2020 22:35 — forked from pdbartsch/.gitignore
U.S. National Parks TopoJSON
*.archive
*.zedstate
@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