Code Ghar

Django in Debian Lenny

Posted in configuration by hs on April 6, 2009

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

Tagged with: ,

Leave a Reply