On 20/06/06, Michael Radziej <[EMAIL PROTECTED]> wrote: > > Hi, > > I really found I don't need a debugger for Django. If I have a > problem, I set some random variable to the data I am interested > in and raise a non-existing exception, like: > > bla = user.__dict__ > raise Bla > > Then I deal with my browser, and the (great!) error page of > Django will tell me all I want to know. If I need more > information, I add more variables like "bla" and hit "refresh" in > the browser. And ... I can experiment with functions in > 'manage.py shell'.
This is great! I'm going to start using this. I normally just use print and look on the console of the development server. > > Michael > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

