Skip to content

Instantly share code, notes, and snippets.

@alexgustafson
alexgustafson / gist:7af97d6b61e27634c561dd292e9d90d2
Created May 10, 2017 11:37 — forked from evildmp/gist:3094281
Set up Django, nginx and uwsgi

This document has now been incorporated into the uWSGI documentation:

http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html

Set up Django, nginx and uwsgi

Steps with explanations to set up a server using:

@alexgustafson
alexgustafson / pycmakejuce.py
Last active August 29, 2015 14:23
A Python file that downloads and creates the CMakeJuce files when run from within project created by the Introjucer
"""
Run this python script in the root directory of an Juce project that has been created by the Introjucer
usage:
>cd into/directory/where/jucerfileis/
>curl https://gist.githubusercontent.com/alexgustafson/4df824c0654056e18b9e/raw/b92517296c6d7d1af9b1c71bfffe564b4838da70/pycmakejuce.py > pycmakejuce.py
>python pycmakejuce.py
"""
import xml.etree.ElementTree as ET