Re: [pylons-discuss] Routes with same name and different url

2015-03-04 Thread Wichert Akkerman

 On 04 Mar 2015, at 15:34, Mário Idival marioidi...@gmail.com wrote:
 
 Good morning
 
 I wonder if there is any way that I can name two routes with the same name 
 and with different urls …

You can’t do that. Why would you want to do that? Perhaps there is an 
alternative approach that would work for you.

W.

-- 
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 pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.


[pylons-discuss] Routes with same name and different url

2015-03-04 Thread Mário Idival
Good morning

I wonder if there is any way that I can name two routes with the same name
and with different urls ...

example:

config.add_route ('test', '/ test /')
config.add_route ('test', '/ test / {test_id}')

Thank you.

Mário Idival
Python Developer

*Twitter|Github|Skype *: *marioidival*
*Facebook*: *mario.idival*
*User Linux** : **#554446*

-- 
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 pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.