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' > ] > >

