[web2py] Re: problems with hyphens in URL using routes.py

2018-11-01 Thread Dave S
On Thursday, November 1, 2018 at 6:03:56 AM UTC-7, Thomas Klopf wrote: > > Hello, > Please can someone help with a routing problem? I'm using pattern-based > routing (config below), mainly to map for example: > > "/servers/server-123.json" to "/ids/servers/view.json?NAME=server-123" > > using

[web2py] problems with hyphens in URL using routes.py

2018-11-01 Thread Thomas Klopf
Hello, Please can someone help with a routing problem? I'm using pattern-based routing (config below), mainly to map for example: "/servers/server-123.json" to "/ids/servers/view.json?NAME=server-123" using routes.py entry:

[web2py] Re: SQLFROM.grid sumarize option - totalization

2018-11-01 Thread Ari Lion BR Sp
Hi, Any comment about it? :-) Ari Em quinta-feira, 11 de outubro de 2018 09:11:39 UTC-3, Ari Lion BR Sp escreveu: > > Hi, > > a long time already I ask myself why SQLFROM.grid doesnt have a sumarize > option, mainly bacause I use it very often to be the Detail part of a > Master & Detail

[web2py] Re: Mongodb Error

2018-11-01 Thread lbjc1978
turns out to be a password issue. 'db = DAL('mongodb://localhost/connect_test')' works well On Tuesday, 30 October 2018 23:37:23 UTC+3, 黄祥 wrote: > > from the error traceback seems like a problem with a connection to > mongodb, wrong password or username, pls ensure the authentication to >