Using bpython with django – another way
Lakshman wrotes up a nice article introducing bpython, and gives some tips to integrate it with django.
Unfortunatly, the tip laksman proposed can’t use additional parameters. Here is another way to use bpython, with django. It makes somes changes into the files of the framework (that some people — myself included — calls an ugly hack, [...]