Fix Python – How do I add tab completion to the Python shell?
When starting a django application using python manage.py shell, I get an InteractiveConsole shell – I can use tab completion, etc.
Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
(InteractiveConsole)
When just starting a python ….