当使用 python manage.py shell
启动 django 应用程序时,我得到一个 InteractiveConsole shell-我可以使用 tab 补全等。
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)
当使用 python
启动一个 python 解释器时,它不提供制表符完成。
有没有人能告诉我 django 是如何给我一个交互式控制台的,或者我需要做什么才能启动一个没有 django 应用程序的交互式控制台?