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/
Tutorial for learning python, great if you have never used Python before http://docs.python.org/tutorial/