On Wed, 2012-02-08 at 10:32 -0800, Jonathan Vanasco wrote:
> i've got some debugging info on event subscribers; i'd like keep them
> from running on the static elements / debug toolbar, etc
The view isn't yet found when a NewRequest or ContextFound event is
sent, so no "API way" if you're using either of those, although you can
always use request.path_info to filter.
- C