I'm using Django 1.3 with Python 2.7 in Ubuntu.
Trying to install django-grappelli with pip
$ pip install django-grappelli
It apparently installs for Python 2.6 (the distribution version)
Requirement already satisfied: django-grappelli in /usr/local/lib/python2.6/dist-packages
Maybe because I installed pip with apt-get ?
How can I install grappelli for my Python 2.7 ?