On Wed, Jul 7, 2010 at 6:54 AM, brendon <[email protected]> wrote: > Is it possible to add/remove urls from web.application().mapping > after the app is running?
I think it's possible to just hack application.application class to dynamically load mappings on request from something like web.ctx.mapping, or something like that (in addition to mappings supplied in __init__), so it'd be backward-compatible and still enable you to do what you want. -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
