tags:

views:

69

answers:

1

Hello!

Is there a way to somehow trace importing of the views ? I want to find which one is broken and doesn't import in some situations (which leads to the fact that all url resolving schema in django stops working).

A: 

Don't you get a stack trace? Is DEBUG set to True?

Dominic Rodger