This is a collection of links to aid with development. Modify as needed
The main page for Django - very useful: http://www.djangoproject.com/
Download Django - (the latest version, 1.3) - http://www.djangoproject.com/download/
The Django tutorial on the site - very good for starting to learn Django - http://docs.djangoproject.com/en/dev/intro/tutorial01/
Comprehensive Django documentation http://docs.djangoproject.com
Tutorial for learning python, great if you have never used Python before http://docs.python.org/tutorial/
Mac postgresql installer - http://www.postgresql.org/download/macosx
psycopg2 - interface between django and postgres - http://initd.org/psycopg/articles/2011/02/27/psycopg-24-released/
Bug fix when installing psycopg2 - http://stackoverflow.com/questions/5427157/cannot-install-psycopg2-on-osx-10-6-7-with-xcode4
How to set up git (mac osx) - http://help.github.com/mac-set-up-git/
Learning Python - http://code.google.com/edu/languages/google-python-class/
The Django Book (reccomended read) http://www.djangobook.com/en/2.0/