First thanks for the great app.
I used to M-x pdb; python manage.py runserver 0.0.0.0:8000
Now, to restart the server with python-django, C-x j; m; runserver; 0.0.0.0:8000; which is quite a more work.
Is there an easier way to run management commands (such as 'run last command') ?