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
- [web2py] routes.py namfonos
- [web2py] Re: routes.py Wikus van de Merwe
- Re: [web2py] Re: routes.py Jonathan Lundell
- Re: [web2py] Re: routes.py IVINH
- Re: [web2py] Re: routes.py Jonathan Lundell
- Re: [web2py] Re: routes.py IVINH
- Re: [web2py] Re: routes.py Jonathan Lundell
- Re: [web2py] Re: routes.py Wikus van de Merwe
- Re: [web2py] Re: routes.py Jonathan Lundell
- Re: [web2py] Re: routes.py Wikus van de Merwe
- Re: [web2py] Re: routes.py Jonathan Lundell

