DISQUS

One More Blog: PDB and django.test.client | One More Blog

  • Antti Kaihola · 1 year ago
    Excellent walk-through!

    The ipdb debugger enhancement can also be installed from the Python Package Index with:
    $ easy_install ipdb
  • ericmoritz · 1 year ago
    Thanks for the tip. I suggested downloading the module directly in
    case you couldn't install something on the production server.