$ python manage.py shell
Jun 252009
Start the interactive Python interpreter
>>> import django
>>> print django.VERSION
http://www.lecturefox.com/blog/top-10-resources-for-django-newbies
Jun 212009
1. install django
2. intall pinax
3.
$ source ./pinax-env/bin/activate //this seems to use python under pinax not general python
4. create project
(pinax-env) $ pinax-admin clone_project social_project yourprojectname
5. go to yourprojectname directory
$python manage.py syncdb
$python manage.py runserver www.amazon.com:8081
