First, download Django-1.1.1.tar.gz. Then:
tar xzvf Django-1.1.1.tar.gz
cd Django-1.1.1
sudo python setup.py install
First, download Django-1.1.1.tar.gz. Then:
tar xzvf Django-1.1.1.tar.gz
cd Django-1.1.1
sudo python setup.py install
See here
Download django tar.gz file (1.0.2 final)
untar
> python setup.py install
> copy /django/bin/django-admin.py to some system path, e.g., c:\python25\
1. In Eclipse, go to
Help > Software updates..
2. Select
Available softwares
3. Select
Add Site
4. Enter
http://subclipse.tigris.org/update_1.6.x
under Location and click OK
5. Follow direction
check this site
http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA
Download the Windows installer (.exe) from PyPI: http://pypi.python.org/packages/any/M/Markdown/Markdown-2.0.win32.exe
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
