pip install -e ./
I assume setuptools (easy_install) can do the same, but I'm not 100%
clear on the command.
[1] http://docs.python.org/distutils/setupscript.html
The easiest way is to find out where your site-packages is on your
python installation. Then just symlink your django project directory
there.
Or just use a separate virtualenv for every django project (hint: this
is what you should be doing anyways). Then just symlink into your
virtualenv site-packages