On May 27, 8:23 am, Konstantin S <ktechli...@gmail.com> wrote: > On May 26, 9:28 pm, Steve Howell <showel...@yahoo.com> wrote: > > [...] > > Perhaps you can try to step through the code in the debugger. The top- > > level method involved in reversing URLs are not super complicated. > > You can set a breakpoint in django/core/urlresolver.py to see what's > > happening. > > Steve, thanks for your suggestion to trace django code, I've finally > found what was the problem. Don't know how to fix it yet so I disabled > some fancy ajax-based functionality. But at least I am no getting this > mysterious 500 errors any more.
You're welcome, glad you're making progress. Here is a snippet I found related to debugging URL problems, just in case others are watching this thread or it comes up in Google. http://www.djangosnippets.org/snippets/1434/ --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---