Hello everybody!
When I use:
def included(config):
config.add_route('forum.index', '/')
def main(global_config, **settings):
config = Configurator()
config.include(included, route_prefix='/forum')
This happens:
/forum NotFound
/forum/ Found
But I expect the opposite:
/forum Found
/forum/ NotFound
--
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].
Visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.