Re: django shell not respecting vi editing-mode in .inputrc

2014-12-05 Thread Collin Anderson
Hi, manage.py shell is either going to use the regular python shell or IPython under the hood. You could try manage.py shell --plain to see using the regular shell works if you're getting IPython. If nothing else it looks like you might be able to do ctrl+alt+j to switch to vi mode. Collin O

django shell not respecting vi editing-mode in .inputrc

2014-12-04 Thread Michael Scheper
G'day peeps, I somehow missed the Django shell (python manage.py shell) until somebody quite new to Django showed it to me. It's pretty and seems to have some nice tricks, but the vi editing commands I expect aren't working when I run it in my own environment. The normal Python interpreter u