Django

Python.


How to get Django.

Download Django… Click Here (Last Version Django 1.5.1)

  • Executed the following commands
>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.

  1. >cd /Library/Python/2.7/site-packages/
  2. >sudo rm -R django
  3. 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