Django in Debian Lenny
Installing Django in Debian is very similar to in Ubuntu. Here we will use Postgresql so there will be a slight difference from when using MySQL.
sudo aptitude install postgresql python-psycopg2 python-django
Installing Django in Debian is very similar to in Ubuntu. Here we will use Postgresql so there will be a slight difference from when using MySQL.
sudo aptitude install postgresql python-psycopg2 python-django
leave a comment