How to upgrade Django on ubuntu?

django, ubuntu

Solution

If you really can't upgrade the Ubuntu package as suggested by Ludwik, you might want to consider installing the source directly. It's pretty easy, and is fully documented here.

Problem

Not a Django developer. We initially installed Django from Ubuntu packages by typing `apt-get install python-django`. Now we need version 1.x - our version is 0.96.1 Could you advise an easy way to upgrade?

Original source