Hi, On 7/14/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > Run with the built-in server and put this in your view code: > > import pdb > pdb.set_trace() >
+1 for using pdb. It will save you a lot of time debugging your code. And if you haven't used pdb, check out this tutorial: http://www.ferg.org/papers/debugging_in_python.html Highly recommended! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---