[web2py] Re: routes with file extensions

2010-06-11 Thread NickFranceschina
ahh... right, thanks so you could just leave it as is and just change the documentation. Or perhaps a "function" really does consist of the "file name + extension". if you think that is so, then ya gotta change the code. On Jun 11, 4:23 pm, mdipierro wrote: > true. Let me give this some thoug

[web2py] Re: routes with file extensions

2010-06-11 Thread mdipierro
true. Let me give this some thought. meanshile you can do outes_in = ( ('/$c/$f\.$ext', '/init/$c/$f.$ext'), ) or outes_in = ( ('/$c/$anything', '/init/$c/$anything'), ) On 11 Giu, 14:41, NickFranceschina wrote: > I know file extensions are optional... but you do have some nice > funct