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 uses readline <https://docs.python.org/2/library/readline.html>, and thus respects 'set editing-mode vi' (and other settings) in my ~/.inputrc file. Can I get the Django shell to do the same, or do I just need to type django.setup() in the normal interpreter?

Thanks,
Michael Scheper.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/54811A8D.4070202%40michaelscheper.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to