from django.conf.urls.defaults import * urlpatterns = patterns('regressiontests.debug.views', url(r'view_exception/(?P\d+)/$', 'view_exception', name='view_exception'), )