Steps for install Django on Dapper Drake with Apache2, MySQL5, and Python2.4 already installed:
- sudo apt-get install libapache2-mod-python python-mysqldb python-docutils
- wget http://www.djangoproject.com/download/0.95/tarball/
- tar xfz Django-0.95.tar.gz
- cd Django-0.95
- sudo python ez_setup.py
- sudo python setup.py install
- start creating a Django app
Other notes:
- python-setuptools included with Dapper is not recent enough for Django 0.95