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.
Please sign in to leave a comment.
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