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 -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
