Ok I'll make tests in production.
Ovidio Marinho Falcao Neto
Web Developer
[email protected]
[email protected]
ITJP - itjp.net.br
83 8826 9088 - Oi
83 9334 0266 - Claro
Brasil
2012/7/2 Alec Taylor <[email protected]>:
> Wow, that looks rather useful =D
>
> On Mon, Jul 2, 2012 at 1:46 PM, Massimo Di Pierro
> <[email protected]> wrote:
>> Please help me test this
>>
>> in routes.py you can do
>>
>> routes_in = [
>> ('/google', '303->http://google.com'),
>> ('/yahoo', '303->http://yahoo.com'),
>> ('/search/$anything', '303->http://google.com?q=$anything'),
>> ('/hello/$anything','303->/welcome/$anything'
>> ]
>>
>>