I really tried every example given, but no one works on GAE I cant figure out how to change this:
http://web2pybrasil.appspot.com/init/plugin_wiki/page/home to this: http://web2pybrasil.appspot.com/page/home 2010/8/1 mdipierro <mdipie...@cs.depaul.edu> > ('/(.*?)/(.*?)', '/$1/yourcontroller/$2'), > > or use > > ('/$a/$anything', '/$a/yourcontroller/$anything'), > > On Aug 1, 1:16 am, Vasile Ermicioi <elff...@gmail.com> wrote: > > oops, not like that but like this > > > > routes_in = ( > > ('/(.*)/(.*)', '/$1/yourcontroller/$2'), > > ) > > > > everything is passed to a controller (e.g. 'default') > -- http://rochacbruno.com.br