Quando si avvia un'applicazione django utilizzando python manage.py shell
, ottengo una shell InteractiveConsole: posso utilizzare il completamento tramite tabulazione, ecc.
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)
Quando si avvia solo un interprete Python usando python
, non offre il completamento con tabulazioni.
Qualcuno può dirmi cosa sta facendo django per fornirmi una console interattiva o cosa devo fare per avviare una console interattiva senza un'app django?