Run Python or Django Console shortcuts
I have been unable to figure out how to recall previous lines of text when I open a console using Tools-Run Django Console.
For example, if I type python manage.py syncdb, then press enter. Then I make a change and want to run that command again, how do I get it to reappear in the command line?
Thanks.
请先登录再写评论。
Hello Steve,
At the moment you can use Ctrl + Up/Down for navigating through history, we are going to make these actions use Up/Down shortcuts.
Regards,
Oleg