Skip to content

Instantly share code, notes, and snippets.

@jmcvetta
jmcvetta / django_2012.md
Created July 2, 2012 03:15 — forked from trey/django_2012.md
How to start a Django project in 2012

How to start a Django project in 2012

Develop on Ubuntu; Source on Github; Deploy to Heroku


Install system packages

You may already have (some of) these installed. It is best not to install Django system-wide, to avoid confusion with the Django instance that will be installed inside your virtual environment below.

@jmcvetta
jmcvetta / Makefile
Created March 24, 2012 04:15
Go WebSocket Example
run: clean example
./example
include $(GOROOT)/src/Make.inc
TARG=example
GOFILES=\
main.go\
hub.go\
conn.go