Showing posts with label Install Django latest version in your system. Show all posts
Showing posts with label Install Django latest version in your system. Show all posts

Thursday, 23 May 2013

Install Django latest version in your system

 

How to get Django

Get the latest official version:

The latest official version is 1.5.1. You can get it by direct download:
First, download Django-1.5.1.tar.gz  Then:
put this tar file in any directory or drive and open your terminal(command prompt),
go through that directory (cd c:/programfile/)and give this command.
tar xzvf Django-1.5.1.tar.gz
cd Django-1.5.1
sudo python setup.py install
or use this command:
pip install Django==1.5.1
 then your Django is install succesfully.