$ python manage.py shell

Start the interactive Python interpreter

>>> import django

>>> print django.VERSION

http://www.lecturefox.com/blog/top-10-resources-for-django-newbies

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

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Page 11 of 11« First...«7891011Top Footer