Django
Python.
How to get Django.
Download Django… Click Here (Last Version Django 1.5.1)
>tar xzvf Django-1.5.1.tar.gz
>cd Django-1.5.1
>sudo python setup.py install
After installation, I need execute the following commando on the terminal.
python
import django
print django.get_version()
Django Update.
If you want install the latest version of Django, the first step is uninstall the previous version in your pc.
- >cd /Library/Python/2.7/site-packages/
- >sudo rm -R django
- and then, install the latest version of Django.
Update: Django 1.6 is here. Click Here.
Email me when Josue H. publishes or recommends stories