Python

Installation du Framework Python Django sous Ubuntu

Posted by karl verger on November 18, 2007 at 4:29 pm

ok ce soir se sera un petit memento sur l’installation de Django avec postgresql
1 – Installer le mod_python : http://www.modpython.org/ ou # apt-get install libapache2-mod-python
2 – Télécharger Django : http://www.djangoproject.com/download/0.95.1/tarball/
3 – Décompresser et lancer l’installation automatique
tar xzvf Django-0.95.1.tar.gz
cd Django-0.95.1
sudo python setup.py install
Notez que la dernière commande téléchargera et installera automatiquement setuptools si [...]