got a problem with my routes
routes_in = (
  ('/asdf', '/aggat/default/rules'),
)
routes_out = (
  ('/aggat/default/rules', '/asdf'),
)
 isn't working, but i followed the same format on the web2py tutorial 
 defining the base router works when i have that defined alone

Reply via email to