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.

On the official site, I got the two archives:

I will start with the installation of python.
We unzip the archive:

We execute the following commands to install python:

Let’s see what we have.

As you see it’s …

In accordance with the PEP-3149 we can get this:

Python implementations MAY include additional flags in the file name tag as appropriate.
For example, on POSIX systems these flags will also contribute to the file name:

Now we need to install Django.

Go to the Django folder:

Now, we can test it:

I will make another tutorial about how to configure the Django to have one website.

See more about python here.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.