comando python django shell
$ python manage.py shell
...
>>> execfile('myscript.py')
Lovely Louse
$ python manage.py shell
...
>>> execfile('myscript.py')
$ ./manage.py shell_plus --bpython
$ ./manage.py shell_plus --ptpython