One of the great features of Django is that you can open a python interpreter set-up for use with your project. This can be used to analyse objects in a database and allows
It seems like IPython is installed wrongly somehow. Try starting the shell with:
./manage.py shell --plain
to start the standard Python shell, rather than IPython. If that works, then trying removing IPython completely and reinstalling it.