What's the best method to debug Django's url configurations? Sometime it just throw out a Unhandled Exception without any hints if there is an error in urls.py
Sometimes it throws out errors like "unbalanced parenthesis" but I still dont know which line in urls.py caused the error.