I am a complete beginner to Python/Django, but I want to dive right in and start experimenting. Thus I was following this guide on installing Python/Django http://devcenter.
This simply worked for me. Install django on your virtualenv:
pip install django
And then run:
django-admin startproject myprojectname