Debugging Django from the command-line

Posted by chiggsy on Stack Overflow See other posts from Stack Overflow or by chiggsy
Published on 2009-11-23T19:09:20Z Indexed on 2010/04/14 17:23 UTC
Read the original article Hit count: 371

Filed under:
|

I'm working on debugging Django from the command-line. I'm working with django_extensions, and I have IPython installed and ideally I'd like to be able to extract as much information in the shell as possible. How would I go about this task most efficiently?

© Stack Overflow or respective owner

Related posts about debugging

Related posts about django