Start the interactive Python interpreter

>>> import django

>>> print django.VERSION

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 5 of 5«12345Top Footer