If I have this:
config.include(include1, route_prefix="prefix")
def include1(config):
config.include(include2)
Any routes added within the "include2" function will *not* have the
prefix. It works if I pass route_prefix="/" to the second
config.include, but this doesn't help me if I'm using something other
than config.include. For example, I want to use add_static_view within
the include so that the static route will have the prefix added to it.
Is that possible?
--
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.