I'm using "url dispatch" in a pyramid app.
we have various url schemes that look like this:
/path
/path/to/a
/path/to/b
/path/to/c
notice that `/path/to` does not exist , however `/path/to/subsections` does
exist
the way we're handling this now, is to create a `/path/to` in the route
declaration, and then a view that returns an HTTPFound to /path
is there a better way ?
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.