If you are geek then this post is not for your level.. :)
1)Download django
2)Extract and install
shell> tar xzvf Django-1.1.1.tar.gz
shell> mv Django-1.1.1 django
shell> cd django
shell> sudo python setup.py install
Then test on your console :
django$ python
Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>>
If no error, then you are good to go!
yatta~
1)Download django
2)Extract and install
shell> tar xzvf Django-1.1.1.tar.gz
shell> mv Django-1.1.1 django
shell> cd django
shell> sudo python setup.py install
Then test on your console :
django$ python
Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>>
If no error, then you are good to go!
yatta~
Comments