I've written a decorator function attached to several controller functions that is seemingly only being called once on application startup per controller function. When I refresh the page, the resultant 'c.navigation' produced by the decorator is None. I've put some log statements in the decorator function and it isn't being called at all after the first time. Is there some sort of cache facility of optimization that could cause this?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
