Django debugging is kind of repeat work when I put a magic line "import ipdb;ipdb.set_trace();" in the source code, which not just annoying but also bad for code standard.
I just wondering whether there is a way automatically set_trace while encounter any errors