Python 3.2 and Django 1.4 – installation.
Although most of us prefer the python version 2.6, today I tried to install the latest version of Django and Python 2.3.2. Make a new folder, named test-dj.
1 2 | $mkdir test-dj $cd test-dj/ |
On the official site, I got the two archives:
1 2 | django-django-1.4-919-ge57338f.zip Python-3.2.3.tar.bz2 |
I will start with the installation of python. We unzip the… Continue Reading Python 3.2 and Django 1.4 – installation.