Three years ago Django Team released some code to the world. Their plan was to hack quietly on it for a bit, release a solid 1.0 release, and then really get the ball rolling.
Django 1.0 represents a the largest milestone in Django’s development to date: a web framework that a group of perfectionists can truly be proud of. Without this amazing community, though, it would have never happened.
Django 1.0 is available open-source under the BSD license. It requires Python version 2.3 or higher, but it has no dependencies on other Python libraries.
You can download Django 1.0 here. Then execute following:
tar xzvf Django-1.0.tar.gz
cd Django-1.0
sudo python setup.py install

Comments