Re: [pylons-discuss] question regarding url dispatch with very similar routes

2019-12-19 Thread Jonathan Vanasco
On Thursday, December 19, 2019 at 12:26:34 PM UTC-5, Michael Merickel wrote: > > You didn't make it completely clear what you're doing with your > view_config but I assume it's something to do with the match_param > predicate after your factory updates the matchdict. That's fine, and you >

Re: [pylons-discuss] question regarding url dispatch with very similar routes

2019-12-19 Thread Michael Merickel
You didn't make it completely clear what you're doing with your view_config but I assume it's something to do with the match_param predicate after your factory updates the matchdict. That's fine, and you could use it to annotate the request with another attribute and then write a custom predicate